Hightman 论坛

完整版: 有没有支持Mysql 5.1.45版本的Fulltext啊?
您当前正在浏览的是一个简化版本. 要观看完整版本, 请点这儿.
在5.1.45版里执行第五步的时候报错。。。这个支持5.1.30的不能用在45上吧?


5. 对 mysql 源码打补丁,以支持自定义函数中获取正确的字符集
在 mysql 源码目录执行 patch -p0 < myft_scws_udf_5.1.30.patch 即可


-bash-3.2$ patch -p0 < myft_scws_udf_5.1.30.patch
can't find file to patch at input line 3
Perhaps you used the wrong -p or --strip option?
The text leading up to this was:
--------------------------
|*** include/mysql_com.h.orig 2008-12-31 14:12:53.000000000 +0800
|--- include/mysql_com.h 2008-12-31 14:15:20.000000000 +0800
--------------------------
File to patch:
Skip this patch? [y]
Skipping patch.
2 out of 2 hunks ignored
can't find file to patch at input line 29
Perhaps you used the wrong -p or --strip option?
The text leading up to this was:
--------------------------
|*** sql/item_func.cc.orig 2008-12-31 14:15:42.000000000 +0800
|--- sql/item_func.cc 2008-12-31 14:36:36.000000000 +0800
--------------------------
File to patch:
Skip this patch? [y]
Skipping patch.
5 out of 5 hunks ignored
can't find file to patch at input line 92
Perhaps you used the wrong -p or --strip option?
The text leading up to this was:
--------------------------
|*** include/mysql.h.pp.orig 2008-12-31 17:21:21.000000000 +0800
|--- include/mysql.h.pp 2008-12-31 17:21:57.000000000 +0800
--------------------------
File to patch:
Skip this patch? [y]
Skipping patch.
2 out of 2 hunks ignored
-bash-3.2$
Reference URL's