1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-01 03:47:19 +03:00

Corrected a syntax error detected in test build.

This commit is contained in:
joerg@mysql.com
2004-11-11 14:12:45 +01:00
parent f65e054788
commit 437a80ed66

View File

@ -284,7 +284,7 @@ Q_EXIT,
Q_UNKNOWN, /* Unknown command. */
Q_COMMENT, /* Comments, ignored. */
Q_COMMENT_WITH_COMMAND,
Q_COMMENT_WITH_COMMAND
};
/* this should really be called command */