diff options
author | unknown <mats@mysql.com> | 2005-07-05 13:55:54 +0200 |
---|---|---|
committer | unknown <mats@mysql.com> | 2005-07-05 13:55:54 +0200 |
commit | 28f554af12c934acdaa13d673edc5bd51a4567c8 (patch) | |
tree | 435fc6931826a8e0903cc525eb1e2f124332a3f3 /mysql-test/std_data | |
parent | 0ff72e6019d8f9deec9159db87cf7947142539b3 (diff) | |
download | mariadb-git-28f554af12c934acdaa13d673edc5bd51a4567c8.tar.gz |
Bug#11401: Setting thd->lex so that engines (i.e., InnoDB) recognizes
this as a LOAD DATA ... REPLACE INTO .. statement.
sql/log_event.cc:
Setting thd->lex so that engines (i.e., InnoDB) recognizes this
as a LOAD DATA ... REPLACE INTO .. statement.
Diffstat (limited to 'mysql-test/std_data')
-rw-r--r-- | mysql-test/std_data/loaddata_pair.dat | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/mysql-test/std_data/loaddata_pair.dat b/mysql-test/std_data/loaddata_pair.dat new file mode 100644 index 00000000000..5a4f6b57af8 --- /dev/null +++ b/mysql-test/std_data/loaddata_pair.dat @@ -0,0 +1,2 @@ +XXX 12345 +XXY 12345 |