~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to tests/suite/jp/t/jp_enum_utf8.test

  • Committer: Monty Taylor
  • Date: 2010-03-11 18:27:20 UTC
  • mfrom: (1333 staging)
  • mto: This revision was merged to the branch mainline in revision 1348.
  • Revision ID: mordred@inaugust.com-20100311182720-hd1h87y6cb1b1mp0
Merged trunk.

Show diffs side-by-side

added added

removed removed

Lines of Context:
57
57
SHOW CREATE TABLE `T8`;
58
58
SHOW CREATE TABLE `T9`;
59
59
 
60
 
DESC `T1`;
61
 
DESC `T2`;
62
 
DESC `T3`;
63
 
DESC `T4`;
64
 
DESC `T5`;
65
 
DESC `T6`;
66
 
DESC `T7`;
67
 
DESC `T8`;
68
 
DESC `T9`;
 
60
#DESC `T1`;
 
61
#DESC `T2`;
 
62
#DESC `T3`;
 
63
#DESC `T4`;
 
64
#DESC `T5`;
 
65
#DESC `T6`;
 
66
#DESC `T7`;
 
67
#DESC `T8`;
 
68
#DESC `T9`;
69
69
 
70
70
#
71
71
# Test problem with enum values after the colum with  NOT NULL restriction
91
91
SHOW CREATE TABLE `T8`;
92
92
SHOW CREATE TABLE `T9`;
93
93
 
94
 
DESC `T1`;
95
 
DESC `T2`;
96
 
DESC `T3`;
97
 
DESC `T4`;
98
 
DESC `T5`;
99
 
DESC `T6`;
100
 
DESC `T7`;
101
 
DESC `T8`;
102
 
DESC `T9`;
 
94
#DESC `T1`;
 
95
#DESC `T2`;
 
96
#DESC `T3`;
 
97
#DESC `T4`;
 
98
#DESC `T5`;
 
99
#DESC `T6`;
 
100
#DESC `T7`;
 
101
#DESC `T8`;
 
102
#DESC `T9`;
103
103
 
104
104
DROP TABLE `T1`;
105
105
DROP TABLE `T2`;