diff options
author | unknown <bar@bar.mysql.r18.ru> | 2002-09-12 19:36:22 +0500 |
---|---|---|
committer | unknown <bar@bar.mysql.r18.ru> | 2002-09-12 19:36:22 +0500 |
commit | 7e4f1e90198210807ccb00a2c7b947f57b73504f (patch) | |
tree | f246876b3a3699bc7f6da6a73bbc71410a62751e /mysql-test/r/create.result | |
parent | c6d7ac6a938f97b3909c31dcaade8f8697cfd8fe (diff) | |
download | mariadb-git-7e4f1e90198210807ccb00a2c7b947f57b73504f.tar.gz |
Now table and database inhirited a character set from a level above at CREATE time
Some optimization to reduce rules number in sql_yacc.yy
mysql-test/r/create.result:
Now table and database inhirited a character set from a level above at CREATE time
mysql-test/r/fulltext.result:
Now table and database inhirited a character set from a level above at CREATE time
mysql-test/r/innodb.result:
Now table and database inhirited a character set from a level above at CREATE time
mysql-test/r/merge.result:
Now table and database inhirited a character set from a level above at CREATE time
mysql-test/r/show_check.result:
Now table and database inhirited a character set from a level above at CREATE time
mysql-test/r/symlink.result:
Now table and database inhirited a character set from a level above at CREATE time
mysql-test/r/type_enum.result:
Now table and database inhirited a character set from a level above at CREATE time
mysql-test/r/type_set.result:
Now table and database inhirited a character set from a level above at CREATE time
sql/sql_yacc.yy:
Now table and database inhirited a character set from a level above at CREATE time
Some optimization to reduce rules number
Diffstat (limited to 'mysql-test/r/create.result')
-rw-r--r-- | mysql-test/r/create.result | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/r/create.result b/mysql-test/r/create.result index f9a3ef487f0..da602551249 100644 --- a/mysql-test/r/create.result +++ b/mysql-test/r/create.result @@ -150,5 +150,5 @@ t1 CREATE TABLE `t1` ( KEY `b_29` (`b`), KEY `b_30` (`b`), KEY `b_31` (`b`) -) TYPE=MyISAM +) TYPE=MyISAM CHARSET=latin1 drop table t1; |