1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-08 11:22:35 +03:00

Delete duplicate error message names

This commit is contained in:
monty@mashka.mysql.fi
2003-11-18 17:28:00 +02:00
parent e5d75fb984
commit c9ae785bc3
35 changed files with 38 additions and 115 deletions

View File

@@ -4859,7 +4859,7 @@ static void test_multi_query()
}
if (!(mysql_real_connect(l_mysql,opt_host,opt_user,
opt_password, current_db, opt_port,
opt_unix_socket, CLIENT_MULTI_QUERIES))) /* enable multi queries */
opt_unix_socket, CLIENT_MULTI_STATEMENTS))) /* enable multi queries */
{
fprintf(stdout,"\n connection failed(%s)", mysql_error(l_mysql));
exit(1);