diff options
author | unknown <bar@bar.mysql.r18.ru> | 2002-10-24 14:22:42 +0500 |
---|---|---|
committer | unknown <bar@bar.mysql.r18.ru> | 2002-10-24 14:22:42 +0500 |
commit | 372b26e7786dcc812bc5fd2e8541d8c58201ea5b (patch) | |
tree | 3b543c0a250301e061f83ff2df91a4f0d356fbc0 /sql/item_buff.cc | |
parent | f4a3b1d90357f4db8a966210d84177542e635a2f (diff) | |
download | mariadb-git-372b26e7786dcc812bc5fd2e8541d8c58201ea5b.tar.gz |
In database/table charset the keyword DEFAULT is now optional,
and CHARSET is now the same with CHARACTER SET:
CREATE DATABASE name
[DEFAULT] {CHAR SET | CHARACTER SET | CHARSET} csname
CREATE TABLE (...) [DEFAULT] {CHARSET | CHARACTER SET | CHAR SET} [=] csname
To Paul and Arjen:
However this should be recommended in db option to conform SQL99:
CREATE DATABASE dbname DEFAULT CHARACTER SET csname
In table option there is no SQL99 recommended syntax as far as
table charset is MySQL extension.
Diffstat (limited to 'sql/item_buff.cc')
0 files changed, 0 insertions, 0 deletions