diff options
author | Sergei Golubchik <sergii@pisem.net> | 2013-08-12 14:17:51 +0200 |
---|---|---|
committer | Sergei Golubchik <sergii@pisem.net> | 2013-08-12 14:17:51 +0200 |
commit | eafb11c821dedf5fb5509875b4fb553417ef1ea5 (patch) | |
tree | 5263e3bcc243c88a8dc89bd3c471496a6d7b353b /sql/sql_cache.h | |
parent | 055e9cb49c18460efcb0bba83f5e4da63ede0cdc (diff) | |
download | mariadb-git-eafb11c821dedf5fb5509875b4fb553417ef1ea5.tar.gz |
MDEV-4786 merge 10.0-monty -> 10.0
use get_table_def_key() instead of create_table_def_key() where appropriate
Diffstat (limited to 'sql/sql_cache.h')
-rw-r--r-- | sql/sql_cache.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/sql_cache.h b/sql/sql_cache.h index 15848dabd33..69520d668ac 100644 --- a/sql/sql_cache.h +++ b/sql/sql_cache.h @@ -491,7 +491,7 @@ protected: const char *packet, ulong length, unsigned pkt_nr); - my_bool insert_table(uint key_len, char *key, + my_bool insert_table(uint key_len, const char *key, Query_cache_block_table *node, uint32 db_length, uint8 suffix_length_arg, uint8 cache_type, |