~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to tests/t/comments.test

  • Committer: Monty Taylor
  • Date: 2009-10-06 19:37:52 UTC
  • mto: This revision was merged to the branch mainline in revision 1184.
  • Revision ID: mordred@inaugust.com-20091006193752-4dx2c8u35j4em79g
Removed more server_includes.h from headers.

Show diffs side-by-side

added added

removed removed

Lines of Context:
27
27
--error ER_PARSE_ERROR
28
28
select 1/*!2*/;
29
29
 
30
 
--error ER_PARSE_ERROR
31
30
select 1/*!000002*/;
32
31
 
33
 
select 1/*!999992*/;
 
32
select 1/*!2038129999 2*/;
34
33
 
35
 
select 1 + /*!00000 2 */ + 3 /*!99999 noise*/ + 4;
 
34
select 1 + /*!00000 2 */ + 3 /*!2038129999 noise*/ + 4;