1
0
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:
thek@adventure.(none)
2008-05-13 14:06:32 +02:00
parent cc2a217314
commit e836ec9d8d
6 changed files with 26 additions and 83 deletions

View File

@@ -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';