diff options
author | unknown <thek@adventure.(none)> | 2007-05-10 14:54:55 +0200 |
---|---|---|
committer | unknown <thek@adventure.(none)> | 2007-05-10 14:54:55 +0200 |
commit | 50aa9d2bb2bced9d92f4f95fc5e9870836d58305 (patch) | |
tree | 44e3fbc6ffb4dc271ea78873517d69ca9d983dcd /sql/sql_cache.cc | |
parent | d8658088e10b641334ace288b96bd07051694ae8 (diff) | |
download | mariadb-git-50aa9d2bb2bced9d92f4f95fc5e9870836d58305.tar.gz |
Corrected merge error; missing line in debug statement.
Diffstat (limited to 'sql/sql_cache.cc')
-rw-r--r-- | sql/sql_cache.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/sql_cache.cc b/sql/sql_cache.cc index 96a8dc577df..33d658ce6a1 100644 --- a/sql/sql_cache.cc +++ b/sql/sql_cache.cc @@ -871,6 +871,7 @@ void Query_cache::store_query(THD *thd, TABLE_LIST *tables_used) CS client: %u, CS result: %u, CS conn: %u, limit: %lu, TZ: 0x%lx, \ sql mode: 0x%lx, sort len: %lu, conncat len: %lu, div_precision: %lu, \ def_week_frmt: %lu", + (int)flags.client_long_flag, (int)flags.client_protocol_41, (int)flags.more_results_exists, flags.pkt_nr, |