diff options
author | unknown <Sinisa@sinisa.nasamreza.org> | 2001-07-25 15:28:37 +0300 |
---|---|---|
committer | unknown <Sinisa@sinisa.nasamreza.org> | 2001-07-25 15:28:37 +0300 |
commit | c39344528e4cb6122f10cc36a8cdfe54610b3ff8 (patch) | |
tree | 93fcf0718ba0ae87347fcfff472687bf6455531d /mysql-test/r | |
parent | cab947d58a123384489541dfd3b681ca15c298a2 (diff) | |
download | mariadb-git-c39344528e4cb6122f10cc36a8cdfe54610b3ff8.tar.gz |
UNION's
sql/sql_insert.cc:
Some tweaking for unions
sql/sql_parse.cc:
Init of options for unions
sql/sql_unions.cc:
T
Diffstat (limited to 'mysql-test/r')
-rw-r--r-- | mysql-test/r/unions_one.result | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/mysql-test/r/unions_one.result b/mysql-test/r/unions_one.result new file mode 100644 index 00000000000..66cffd9aec1 --- /dev/null +++ b/mysql-test/r/unions_one.result @@ -0,0 +1,15 @@ +a b +1 a +2 b +3 c +4 d +5 e +6 f +a b +1 a +2 b +3 c +3 c +4 d +5 e +6 f |