diff options
author | unknown <malff/marcsql@weblab.(none)> | 2007-05-22 16:19:36 -0600 |
---|---|---|
committer | unknown <malff/marcsql@weblab.(none)> | 2007-05-22 16:19:36 -0600 |
commit | e5fe02615e71ac59d2f9577e199a0c95d5021408 (patch) | |
tree | d056c801f32fa6eeb6616b1d1e7c2991df4f516d /tests | |
parent | 2e6e572f994cd0c458e35847d81d00e45af340f2 (diff) | |
download | mariadb-git-e5fe02615e71ac59d2f9577e199a0c95d5021408.tar.gz |
build break cleanup
include/config-win.h:
cleanup, windows build break
include/my_pthread.h:
cleanup, windows build break
sql/event_queue.cc:
warnings cleanup, unititialized waiting_on_cond
tests/mysql_client_test.c:
warnings cleanup
Diffstat (limited to 'tests')
-rw-r--r-- | tests/mysql_client_test.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/mysql_client_test.c b/tests/mysql_client_test.c index 306e9db8cae..53224cccc2d 100644 --- a/tests/mysql_client_test.c +++ b/tests/mysql_client_test.c @@ -16080,7 +16080,6 @@ static void test_bug24179() static void test_bug28075() { int rc; - MYSQL_STMT *stmt; DBUG_ENTER("test_bug28075"); myheader("test_bug28075"); |