~linuxjedi/drizzle/trunk-bug-667053

« back to all changes in this revision

Viewing changes to mysql-test/suite/funcs_1/views/fv_if2.inc

  • Committer: brian
  • Date: 2008-06-25 05:29:13 UTC
  • Revision ID: brian@localhost.localdomain-20080625052913-6upwo0jsrl4lnapl
clean slate

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
--disable_query_log
 
2
eval SET @my_select = 'SELECT IF($col_type IS NULL, ''IS     NULL'',
 
3
''IS NOT NULL''), $col_type, id FROM t1_values';
 
4
--source suite/funcs_1/views/fv1.inc