summaryrefslogtreecommitdiff
path: root/mysql-test
diff options
context:
space:
mode:
authorSergei Golubchik <sergii@pisem.net>2013-01-23 16:19:37 +0100
committerSergei Golubchik <sergii@pisem.net>2013-01-23 16:19:37 +0100
commit52051882002c1b88a427d50fb343a9ed3614ffe0 (patch)
tree6da97d315d36c2a8a557a3227612c3aaf9aabee1 /mysql-test
parente3f08e7e0bbc56cd401bb1031827571498c15904 (diff)
downloadmariadb-git-52051882002c1b88a427d50fb343a9ed3614ffe0.tar.gz
cleanup:
* remove unused mysql_option * don't allocate 5GB of memory in the mtr tests * restore the behavior in dynamic_column_offset_byte(), put the ifdef correctly * prefer __attribute__((unused)) to #ifdef * prefer UNINIT_VAR to LINT_INIT * make most Warning_info users blissfully unaware of the postponed initialization * use my_offsetof instead of offsetof where the compiler thinks the latter is incorrect
Diffstat (limited to 'mysql-test')
-rw-r--r--mysql-test/suite/sys_vars/t/transaction_prealloc_size_bug27322.test2
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/suite/sys_vars/t/transaction_prealloc_size_bug27322.test b/mysql-test/suite/sys_vars/t/transaction_prealloc_size_bug27322.test
index b55388d7c4f..58098f4c879 100644
--- a/mysql-test/suite/sys_vars/t/transaction_prealloc_size_bug27322.test
+++ b/mysql-test/suite/sys_vars/t/transaction_prealloc_size_bug27322.test
@@ -6,7 +6,7 @@
# The test would allocate and initialize 5GB of memory
# if compiled with debug. It can take a lot of time
# of for paging/swapping.
-#--source include/not_debug.inc
+--source include/not_debug.inc
#
# Bug#27322 failure to allocate transaction_prealloc_size causes crash