summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorunknown <kostja@bodhi.(none)>2008-05-20 22:23:58 +0400
committerunknown <kostja@bodhi.(none)>2008-05-20 22:23:58 +0400
commit7ce32c91ba07d9b53cacbca2beb6d64064624aaf (patch)
tree0f75f883ab5808644d7a7168b23652864e1a27d4 /tests
parent3587539f2228aea4e40c695c60cc079ba86064c8 (diff)
downloadmariadb-git-7ce32c91ba07d9b53cacbca2beb6d64064624aaf.tar.gz
A number of fixes after a merge from the main 5.1 tree:
the local tree contains a fix for Bug#32748 "Inconsistent handling of assignments to general_log_file/slow_query_log_file", which changes output of a number of tests. mysql-test/r/general_log_file_basic.result: Update results (Bug#32748) mysql-test/r/log_output_basic.result: Update the test with results of the fix for Bug#32748 mysql-test/r/slow_query_log_file_basic.result: Update the test with results of the fix for Bug#32748 mysql-test/t/general_log_file_basic.test: Adjust to take into account the fix for Bug#32748 (a port from 6.0-bugteam) mysql-test/t/log_output_basic.test: Adjust to take into account the fix for Bug#32748 (a port from 6.0-bugteam) mysql-test/t/slow_query_log_file_basic.test: Adjust to take into account the fix for Bug#32748 (a port from 6.0-bugteam) tests/mysql_client_test.c: Fix a compilation warning.
Diffstat (limited to 'tests')
-rw-r--r--tests/mysql_client_test.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/mysql_client_test.c b/tests/mysql_client_test.c
index cda7c75ba14..aafa22bdf7f 100644
--- a/tests/mysql_client_test.c
+++ b/tests/mysql_client_test.c
@@ -17511,7 +17511,6 @@ static void test_wl4166_2()
MYSQL_TIME d_date;
MYSQL_BIND bind_out[2];
int rc;
- int i;
myheader("test_wl4166_2");