1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-29 05:21:33 +03:00

sql_plugin.cc:

fixed uninit memory access in SET pluginvar=DEFAULT
innodb_mysql.test, innodb_mysql.result:
  test case for SET pluginvar=DEFAULT
This commit is contained in:
serg@janus.mylan
2007-10-08 20:57:37 +02:00
parent df04651d3c
commit 55f7f3ef8e
3 changed files with 12 additions and 3 deletions

View File

@ -1,3 +1,5 @@
set global innodb_support_xa=default;
set session innodb_support_xa=default;
SET SESSION STORAGE_ENGINE = InnoDB;
drop table if exists t1,t2,t3,t1m,t1i,t2m,t2i,t4;
create table t1 (