mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
Write UNION() for MERGE tables
This commit is contained in:
@ -81,6 +81,12 @@ a
|
||||
412
|
||||
412
|
||||
411
|
||||
Table Create Table
|
||||
t3 CREATE TABLE `t3` (
|
||||
`a` int(11) NOT NULL default '0',
|
||||
`b` char(20) default NULL,
|
||||
KEY `a` (`a`)
|
||||
) TYPE=MRG_MyISAM UNION=(t1,t2)
|
||||
c
|
||||
test1
|
||||
test1
|
||||
|
Reference in New Issue
Block a user