-
Committer:
Michael Widenius
-
Date:
2011-12-13 12:00:20 UTC
-
mto:
This revision was merged to the branch mainline in
revision
3345.
-
Revision ID:
monty@askmonty.org-20111213120020-i5sajjn75b0wycnb
Fixed valgrind error when storing db_name_length in query_cache.
- Changed storage to be 2 bytes instead of sizeof(size_t) (simple optimization)
- Fixed bug when using query_cache_strip_comments and query that started with '('
- Fixed DBUG_PRINT() that used wrong (not initialized) variables.