~stewart/drizzle/docs-improvements-1

« back to all changes in this revision

Viewing changes to tests/suite/mysql_compatibility/t/zerofill.test

merged with up to date trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# We don't support zerofill for display, but we support the use of it for
 
2
# unsigned.
 
3
 
 
4
CREATE TABLE t1 (A INT ZEROFILL);
 
5
SHOW CREATE TABLE t1;
 
6
DROP TABLE t1;