Navigation Menu

Skip to content

Commit

Permalink
test: use error name instead of error code
Browse files Browse the repository at this point in the history
1229 ->
ER_GLOBAL_VARIABLE
  • Loading branch information
kou committed Nov 17, 2012
1 parent ba3e838 commit df8a2ad
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -51,7 +51,7 @@ show global variables like 'mroonga_log_level';
--error ER_WRONG_VALUE_FOR_VAR
set global mroonga_log_level=dummy;

--error 1229
--error ER_GLOBAL_VARIABLE
set session mroonga_log_level=NOTICE;

--source include/have_mroonga_deinit.inc

0 comments on commit df8a2ad

Please sign in to comment.