~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to tests/t/variables.test

MergeĀ fromĀ trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
358
358
select @@session.key_buffer_size;
359
359
 
360
360
--error 1229
361
 
set ft_boolean_syntax = @@init_connect;
362
 
--error 1231
363
 
set global ft_boolean_syntax = @@init_connect;
364
 
--error 1229
365
361
set init_connect = NULL;
366
362
set global init_connect = NULL;
367
 
--error 1229
368
 
set ft_boolean_syntax = @@init_connect;
369
 
--error 1231
370
 
set global ft_boolean_syntax = @@init_connect;
371
363
 
372
364
# Bug#3754 SET GLOBAL myisam_max_sort_file_size doesn't work as
373
365
# expected: check that there is no overflow when 64-bit unsigned