mirror of
https://github.com/MariaDB/server.git
synced 2026-01-06 05:22:24 +03:00
New error messages
Test of unsigned BIGINT values Fixes for queries-per-hour Cleanup of replication code (comments and portability fixes) Make most of the binary log code 4G clean Changed syntax for GRANT ... QUERIES PER HOUR
This commit is contained in:
@@ -3088,6 +3088,7 @@ my_bool Query_cache::check_integrity(bool not_locked)
|
||||
result = 1;
|
||||
break;
|
||||
case Query_cache_block::QUERY:
|
||||
{
|
||||
if (in_list(queries_blocks, block, "query"))
|
||||
result = 1;
|
||||
for (TABLE_COUNTER_TYPE j=0; j < block->n_tables; j++)
|
||||
@@ -3102,6 +3103,7 @@ my_bool Query_cache::check_integrity(bool not_locked)
|
||||
result = 1;
|
||||
}
|
||||
break;
|
||||
}
|
||||
case Query_cache_block::RES_INCOMPLETE:
|
||||
// This type of block can be not lincked yet (in multithread environment)
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user