~drizzle-trunk/drizzle/development

1
2
3
4
5
6
# We don't support zerofill for display, but we support the use of it for
# unsigned.

CREATE TABLE t1 (A INT ZEROFILL);
SHOW CREATE TABLE t1;
DROP TABLE t1;