diff options
author | unknown <monty@mashka.mysql.fi> | 2003-01-19 02:28:36 +0200 |
---|---|---|
committer | unknown <monty@mashka.mysql.fi> | 2003-01-19 02:28:36 +0200 |
commit | f993a29ef1069dc841e3f74d4227672cc2c90c55 (patch) | |
tree | 6a0498a40b766c7ccb27f92dfd5d1cccabb1fc93 /tests/client_test.c | |
parent | e2c7d5d7ec77d056cc2ad7c9d9ef7cb132cc78de (diff) | |
parent | 44641c787c072feaf8cbc2d2335683cf93247106 (diff) | |
download | mariadb-git-f993a29ef1069dc841e3f74d4227672cc2c90c55.tar.gz |
Merge work:/home/bk/mysql-4.1 into mashka.mysql.fi:/home/my/mysql-4.1
sql/sql_parse.cc:
Auto merged
tests/client_test.c:
Auto merged
Diffstat (limited to 'tests/client_test.c')
-rw-r--r-- | tests/client_test.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/client_test.c b/tests/client_test.c index 1e88bc2d681..35bd5f8639a 100644 --- a/tests/client_test.c +++ b/tests/client_test.c @@ -164,7 +164,7 @@ static void client_connect() char buff[255]; myheader("client_connect"); - if(!(mysql = mysql_init(NULL))) + if (!(mysql = mysql_init(NULL))) { myerror("mysql_init() failed"); exit(0); |