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:
@@ -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);
|
||||
|
Reference in New Issue
Block a user