From 4dc50758603d6ed2891412fdb6d37cd8b5541999 Mon Sep 17 00:00:00 2001 From: Monty Date: Fri, 24 Jun 2016 02:25:14 +0300 Subject: Fixed compiler warnings and test failures found by buildbot Fixed ccfilter to detect errors where the column is included in the error message --- sql/sql_test.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sql/sql_test.cc') diff --git a/sql/sql_test.cc b/sql/sql_test.cc index 76586a9fbba..8177a0baa53 100644 --- a/sql/sql_test.cc +++ b/sql/sql_test.cc @@ -559,7 +559,6 @@ C_MODE_END void mysql_print_status() { char current_dir[FN_REFLEN]; - char llbuff[10][22]; STATUS_VAR tmp; uint count; @@ -616,6 +615,7 @@ Next alarm time: %lu\n", display_table_locks(); #ifdef HAVE_MALLINFO struct mallinfo info= mallinfo(); + char llbuff[10][22]; printf("\nMemory status:\n\ Non-mmapped space allocated from system: %s\n\ Number of free chunks: %lu\n\ -- cgit v1.2.1