mariadb/mysql-test/t/events_embedded.test
thek@adventure.(none) 19a22f87e9 Bug#35997 Event scheduler seems to let the server crash, if it is embedded.
The event scheduler was not designed to work in embedded mode. This
patch disables and excludes the event scheduler when the server is
compiled for embedded build.
2008-05-09 09:43:02 +02:00

5 lines
79 B
Text

--source include/is_embedded.inc
--error 1193
set global event_scheduler=ON;