1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

Post review fixes.

This commit is contained in:
unknown
2005-11-05 22:41:36 -08:00
parent 19b733aad0
commit 502495271d
3 changed files with 5 additions and 7 deletions

View File

@ -2335,7 +2335,7 @@ send_result_message:
{
char buf[ERRMSGSIZE+20];
uint length= my_snprintf(buf, ERRMSGSIZE,
ER(ER_CHECK_NOT_BASE_TABLE), operator_name);
ER(ER_BAD_TABLE_ERROR), table_name);
protocol->store("note", 4, system_charset_info);
protocol->store(buf, length, system_charset_info);
}