mirror of
https://github.com/MariaDB/server.git
synced 2026-01-06 05:22:24 +03:00
Bug#35997 Event scheduler seems to let the server crash, if it is embedded.
Fixed build failure depending on events in embedded build.
This commit is contained in:
@@ -2945,7 +2945,8 @@ begin
|
||||
show columns from t1;
|
||||
show keys from t1;
|
||||
show open tables like 'foo';
|
||||
show privileges;
|
||||
# Removed because result will differ in embedded mode.
|
||||
#show privileges;
|
||||
show status like 'foo';
|
||||
show tables like 'foo';
|
||||
show variables like 'foo';
|
||||
|
||||
Reference in New Issue
Block a user