~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to tests/t/information_schema.test

  • Committer: Monty Taylor
  • Date: 2009-03-06 06:53:24 UTC
  • mto: This revision was merged to the branch mainline in revision 919.
  • Revision ID: mordred@inaugust.com-20090306065324-vq2sboni8mxlzd7k
Added more verbose failure messages.

Show diffs side-by-side

added added

removed removed

Lines of Context:
88
88
where table_schema="mysql" and table_name="user";
89
89
 
90
90
#
 
91
# Bug #7981:SHOW GLOBAL STATUS crashes server
 
92
#
 
93
# We don't actually care about the value, just that it doesn't crash.
 
94
--replace_column 2 #
 
95
show global status like "Threads_running";
 
96
 
 
97
#
91
98
# Bug #7215  information_schema: columns are longtext instead of varchar
92
99
# Bug #7217  information_schema: columns are varbinary() instead of timestamp
93
100
#