mirror of
https://github.com/MariaDB/server.git
synced 2025-12-24 11:21:21 +03:00
Added missing declaration of statistics_lock.
Replaced bzero with memset. Added missing --source include/have_debug_sync.inc into stat_tables.test.
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
--source include/have_stat_tables.inc
|
||||
--source include/have_debug_sync.inc
|
||||
|
||||
set @save_use_stat_tables=@@use_stat_tables;
|
||||
|
||||
@@ -192,6 +193,7 @@ connection default;
|
||||
set use_stat_tables='preferably';
|
||||
disconnect con1;
|
||||
disconnect con2;
|
||||
set debug_sync='RESET';
|
||||
|
||||
#
|
||||
# Test for parallel statistics collection
|
||||
@@ -251,6 +253,7 @@ connection con2;
|
||||
connection default;
|
||||
disconnect con1;
|
||||
disconnect con2;
|
||||
set debug_sync='RESET';
|
||||
|
||||
select * from mysql.index_stat where table_name='lineitem' order by index_name;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user