1
0
mirror of https://github.com/MariaDB/server.git synced 2026-01-06 05:22:24 +03:00

Change faulty delimiter ; to |

This commit is contained in:
unknown
2006-07-29 19:36:11 +02:00
parent a7ec90633c
commit fddfab90d4

View File

@@ -2944,11 +2944,11 @@ begin
end|
--disable_parsing
--replace_regex /table_id: [0-9]+/table_id: #/
show binlog events;
show storage engines;
show master status;
show slave hosts;
show slave status;
show binlog events|
show storage engines|
show master status|
show slave hosts|
show slave status|
--enable_parsing
call bug4902()|