Hello all,
I backport feature "query_cache_disabled" from mysql 5.5. version to mysql 5.1.
Full description you can find in
http://bugs.mysql.com/bug.php?id=38551
Commit in mysql source tree change file sql/share/errmsg-utf8.txt, in
mysql 5.1 this is sql/share/errmsg.txt
ER_QUERY_CACHE_DISABLED
eng "Query cache is disabled; restart the server with
query_cache_type=1 to enable it"
I should setup error's code for this message in 5.1 same to 5.5 -
after migrate from 5.1 to 5.5 this error code must not change.
I don't understand, how can i do this.
Can you help me?
P.S. Yes, i read http://forge.mysql.com/wiki/MySQL_Internals_Error_Messages
Best regards, Oleg