diff options
author | unknown <thek@adventure.(none)> | 2008-05-13 14:06:32 +0200 |
---|---|---|
committer | unknown <thek@adventure.(none)> | 2008-05-13 14:06:32 +0200 |
commit | c83b9a338ae2088e3048e1c218cd5e0f542ca723 (patch) | |
tree | 49ed77c559783797fdb016e7ffb242dc8779c915 /mysql-test/t/sp.test | |
parent | 9592070014671b54f7a763bd8bf1e2b91a69c056 (diff) | |
download | mariadb-git-c83b9a338ae2088e3048e1c218cd5e0f542ca723.tar.gz |
Bug#35997 Event scheduler seems to let the server crash, if it is embedded.
Fixed build failure depending on events in embedded build.
mysql-test/r/create.result:
Moved test with events to another test file sine embedded build doesn't
support event scheduler.
mysql-test/r/events_2.result:
Moved test with events to another test file sine embedded build doesn't
support event scheduler.
mysql-test/r/sp.result:
Removed 'show privileges' from test as result is depending on
if event sheduler is built in.
mysql-test/t/create.test:
Moved test with events to another test file sine embedded build doesn't
support event scheduler.
mysql-test/t/events_2.test:
Moved test with events to another test file sine embedded build doesn't
support event scheduler.
mysql-test/t/sp.test:
Removed 'show privileges' from test as result is depending on
if event sheduler is built in.
Diffstat (limited to 'mysql-test/t/sp.test')
-rw-r--r-- | mysql-test/t/sp.test | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mysql-test/t/sp.test b/mysql-test/t/sp.test index b9056d86d7e..fd7410f2b43 100644 --- a/mysql-test/t/sp.test +++ b/mysql-test/t/sp.test @@ -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'; |