summaryrefslogtreecommitdiff
path: root/mysql-test
diff options
context:
space:
mode:
authorunknown <jani@rhols221.adsl.netsonic.fi>2003-01-16 05:35:59 +0200
committerunknown <jani@rhols221.adsl.netsonic.fi>2003-01-16 05:35:59 +0200
commit3604aa00a3be378a0412b4171be1d6f591e57c23 (patch)
treee935ba87f132f0cb66b08730ef3a2f73a0c4e6c9 /mysql-test
parentd08e02ebe12d46abc55648247fc98b6cbbaa36c6 (diff)
downloadmariadb-git-3604aa00a3be378a0412b4171be1d6f591e57c23.tar.gz
Added --compatible mode to mysqldump.
client/mysqldump.c: Added --compatible mode to mysqldump. This mode can take the following values: mysql323,mysql40,postgresql,oracle,mssql,db2,sapdb,no_key_options, no_table_options,no_field_options. The table definition (SHOW CREATE TABLE name) will be compatible with the given mode. mysql-test/r/sql_mode.result: Fixed a bug in sql_show.cc, which affected the result. sql/sql_show.cc: Fixed a bug.
Diffstat (limited to 'mysql-test')
-rw-r--r--mysql-test/r/sql_mode.result2
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/r/sql_mode.result b/mysql-test/r/sql_mode.result
index eade1ca02ea..8ded3daf114 100644
--- a/mysql-test/r/sql_mode.result
+++ b/mysql-test/r/sql_mode.result
@@ -70,7 +70,7 @@ t1 CREATE TABLE `t1` (
`email` varchar(60) NOT NULL default '',
PRIMARY KEY (`a`),
UNIQUE KEY `email` (`email`)
-) TYPE=HEAP CHARSET=latin1 ROW_FORMAT=DYNAMIC
+) TYPE=HEAP ROW_FORMAT=DYNAMIC
set @@sql_mode="postgresql,oracle,mssql,db2,sapdb";
show variables like 'sql_mode';
Variable_name Value