From bd4d87297d03706b49eab04d030b2e63a4bc9997 Mon Sep 17 00:00:00 2001 From: unknown Date: Wed, 2 Apr 2003 17:05:34 +0300 Subject: 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. --- mysql-test/t/multi_update-master.opt | 1 + 1 file changed, 1 insertion(+) create mode 100644 mysql-test/t/multi_update-master.opt (limited to 'mysql-test/t/multi_update-master.opt') 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 -- cgit v1.2.1