~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to tests/t/comments.test

  • Committer: Eric Day
  • Date: 2009-08-27 07:26:22 UTC
  • mto: This revision was merged to the branch mainline in revision 1131.
  • Revision ID: eday@oddments.org-20090827072622-72te13ua0wdlc2ky
Reworked listen interface to not require binding of TCP ports.

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;