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/r/create.result | |
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/r/create.result')
-rw-r--r-- | mysql-test/r/create.result | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/mysql-test/r/create.result b/mysql-test/r/create.result index 85ce830025d..12bca922562 100644 --- a/mysql-test/r/create.result +++ b/mysql-test/r/create.result @@ -1655,16 +1655,6 @@ Table Create Table show create view имя_вью_кодировке_утф8_длиной_больше_чем_42; View Create View character_set_client collation_connection имя_вью_кодировке_утф8_длиной_больше_чем_42 CREATE ALGORITHM=UNDEFINED DEFINER=`root`@`localhost` SQL SECURITY DEFINER VIEW `имя_вью_кодировке_утф8_длиной_больше_чем_42` AS select `имя_таблицы_в_кодировке_утф8_длиной_больше_чем_48`.`имя_поля_в_кодировке_утф8_длиной_больше_чем_45` AS `имя_поля_в_кодировке_утф8_длиной_больше_чем_45` from `имя_таблицы_в_кодировке_утф8_длиной_больше_чем_48` utf8 utf8_general_ci -create event имя_события_в_кодировке_утф8_длиной_больше_чем_48 on schedule every 2 year do select 1; -select EVENT_NAME from information_schema.events -where event_schema='test'; -EVENT_NAME -имя_события_в_кодировке_утф8_длиной_больше_чем_48 -drop event имя_события_в_кодировке_утф8_длиной_больше_чем_48; -create event -очень_очень_очень_очень_очень_очень_очень_очень_длинная_строка_66 -on schedule every 2 year do select 1; -ERROR 42000: Identifier name 'очень_очень_очень_очень_очень_очень_очень_очень_длинна' is too long create trigger имя_триггера_в_кодировке_утф8_длиной_больше_чем_49 before insert on имя_таблицы_в_кодировке_утф8_длиной_больше_чем_48 for each row set @a:=1; select TRIGGER_NAME from information_schema.triggers where |