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
1231 ->
ER_WRONG_VALUE_FOR_VAR
  • Loading branch information
kou committed Nov 17, 2012
1 parent af7e509 commit ba3e838
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -48,7 +48,7 @@ show global variables like 'mroonga_log_level';
set global mroonga_log_level=DUMP;
show global variables like 'mroonga_log_level';

--error 1231
--error ER_WRONG_VALUE_FOR_VAR
set global mroonga_log_level=dummy;

--error 1229
Expand Down

0 comments on commit ba3e838

Please sign in to comment.