diff options
author | unknown <Sinisa@sinisa.nasamreza.org> | 2003-04-02 17:05:34 +0300 |
---|---|---|
committer | unknown <Sinisa@sinisa.nasamreza.org> | 2003-04-02 17:05:34 +0300 |
commit | bd4d87297d03706b49eab04d030b2e63a4bc9997 (patch) | |
tree | 2187c14cc53eb058ea163f0d2d2442fe02ec1c7b /mysql-test/t/multi_update-master.opt | |
parent | fa4c6cd46894f8886d261167f344e68e86e78ace (diff) | |
download | mariadb-git-bd4d87297d03706b49eab04d030b2e63a4bc9997.tar.gz |
A fix for a bug in multi-table updates which was always caused
whenever a temporary MyISAM table had to be created from HEAP table.
Diffstat (limited to 'mysql-test/t/multi_update-master.opt')
-rw-r--r-- | mysql-test/t/multi_update-master.opt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mysql-test/t/multi_update-master.opt b/mysql-test/t/multi_update-master.opt new file mode 100644 index 00000000000..9f1a29461ff --- /dev/null +++ b/mysql-test/t/multi_update-master.opt @@ -0,0 +1 @@ +--set-variable=tmp_table_size=1024 |