summaryrefslogtreecommitdiff
path: root/mysql-test/t/sp.test
diff options
context:
space:
mode:
authorunknown <thek@adventure.(none)>2008-05-13 14:06:32 +0200
committerunknown <thek@adventure.(none)>2008-05-13 14:06:32 +0200
commitc83b9a338ae2088e3048e1c218cd5e0f542ca723 (patch)
tree49ed77c559783797fdb016e7ffb242dc8779c915 /mysql-test/t/sp.test
parent9592070014671b54f7a763bd8bf1e2b91a69c056 (diff)
downloadmariadb-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.test3
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';