1
0
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:
Igor Babaev
2012-07-27 12:05:23 -07:00
parent 8c499274da
commit 26947f5adb
5 changed files with 16 additions and 8 deletions

View File

@@ -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;