mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-09-29 01:21:37 +00:00
DSNParser clobbered sql_mode variable set by user - lp1506748
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
create database if not exists test;
|
||||
create table if not exists test.lp1506748 (id int PRIMARY KEY, birthday date default '1970-01-01');
|
||||
|
||||
|
Reference in New Issue
Block a user