This website requires JavaScript.
Explore
Help
Sign in
mirror
/
mariadb
Watch
1
Star
0
Fork
You've already forked mariadb
0
mirror of
https://github.com/MariaDB/server.git
synced
2025-01-22 23:04:20 +01:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
9ef305232f
mariadb
/
mysql-test
/
r
/
not_embedded_server.result
7 lines
97 B
Text
Raw
Normal View
History
Unescape
Escape
Remove duplicated test for Bug#34517
2009-01-31 22:04:57 -02:00
select 1;
1
1
Bug#43835: SHOW VARIABLES does not include 0 for slave_skip_errors We didn't expect "error: no error", although this is in fact a legitimate state (if something is erroneous on the master, but not on the slave, e.g. INSERT fails on master due to UNIQUE constraint which does not exist on slave). We now list the ignore for "0: no error" the same way as any other ignore; moreover, if no or an empty --slave-skip-errors is passed at start-up, we show "OFF" instead of empty list, as intended. (The code for that was there, but was only run for the empty- argument case, even if it subsequently tested for both conditions.)
2009-04-06 13:42:33 +02:00
SHOW VARIABLES like 'slave_skip_errors';
Variable_name Value
slave_skip_errors OFF
Reference in a new issue
Copy permalink