summaryrefslogtreecommitdiff
path: root/mysql-test/r/merge.result
diff options
context:
space:
mode:
authorSergei Golubchik <sergii@pisem.net>2013-12-02 12:32:43 +0100
committerSergei Golubchik <sergii@pisem.net>2013-12-02 12:32:43 +0100
commita3b99778fc34e778a0ec6248ac1c0a145ba2b5aa (patch)
tree7ec261594fb85525097416a8354a364c61b8982f /mysql-test/r/merge.result
parentb97b9536c71b3ad5ef521a1f21c527057a0a01c6 (diff)
parent7e431dc3794a553c9a29865f66475d1b7f49a9bc (diff)
downloadmariadb-git-a3b99778fc34e778a0ec6248ac1c0a145ba2b5aa.tar.gz
5.2 merge
Diffstat (limited to 'mysql-test/r/merge.result')
-rw-r--r--mysql-test/r/merge.result7
1 files changed, 7 insertions, 0 deletions
diff --git a/mysql-test/r/merge.result b/mysql-test/r/merge.result
index 105a1f9f4c2..eb88a8bff69 100644
--- a/mysql-test/r/merge.result
+++ b/mysql-test/r/merge.result
@@ -2368,6 +2368,13 @@ FLUSH TABLES;
ERROR HY000: Can't reopen table: 'm1'
UNLOCK TABLES;
DROP TABLE t1, t2, t3, m1;
+create temporary table t1_temp(i int);
+create temporary table tm_temp_temp (i int) engine=merge union=(t1_temp) insert_method=last;
+alter table tm_temp_temp insert_method=first;
+check table tm_temp_temp;
+Table Op Msg_type Msg_text
+test.tm_temp_temp check status OK
+drop temporary table t1_temp, tm_temp_temp;
End of 5.1 tests
#
# MDEV-4277: Crash inside mi_killed_in_mariadb() with myisammrg