~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to mysql-test/t/variables.test

Renamed more stuff to drizzle.

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
361
365
set init_connect = NULL;
362
366
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;
363
371
 
364
372
# Bug#3754 SET GLOBAL myisam_max_sort_file_size doesn't work as
365
373
# expected: check that there is no overflow when 64-bit unsigned