mariadb/sql/share
Sergei Golubchik 2ec0f46b88 query cache sysvar fixes
sql/share/errmsg-utf8.txt:
  correct the error message, as query_cache_type variable is not read-ony anymore
sql/sql_cache.cc:
  the caller should verify that query cache resize
  is possible, before trying it
sql/sys_vars.cc:
  * test if qc resize is possible in the sysvar on_check() funntion,
    not in the on_update() function.
  * use the error message that better describes the problem
2012-01-16 21:06:23 +01:00
..
charsets Initail merge with MySQL 5.1 (XtraDB still needs to be merged) 2011-11-21 19:13:14 +02:00
CMakeLists.txt Updated/added copyright headers 2011-06-30 17:46:53 +02:00
errmsg-utf8.txt query cache sysvar fixes 2012-01-16 21:06:23 +01:00