~atcurtis/mysql-wl820/main

« back to all changes in this revision

Viewing changes to mysql-test/r/ft_boolean_syntax_basic.result

  • Committer: Antony T Curtis
  • Date: 2009-01-16 01:01:48 UTC
  • Revision ID: atcurtis@google.com-20090116010148-u53puqte241tz7eq
post merge fixes for tests

Show diffs side-by-side

added added

removed removed

Lines of Context:
14
14
+ -><()~*:""&|
15
15
SET global ft_boolean_syntax='$ -><()`*:""&|';
16
16
SELECT global ft_boolean_syntax;
17
 
ERROR 42S22: Unknown column 'global' in 'field list'
 
17
ERROR 42000: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'global ft_boolean_syntax' at line 1
18
18
'#--------------------FN_DYNVARS_033_02-------------------------#'
19
19
SET @@global.ft_boolean_syntax = '# -><()!*:""&|';
20
20
SET @@global.ft_boolean_syntax = DEFAULT;