~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to tests/t/variables.test

  • Committer: Brian Aker
  • Date: 2009-01-15 04:00:23 UTC
  • Revision ID: brian@tangent.org-20090115040023-v9n0b57f5fg18d0l
More myisam plugin conversion.

Show diffs side-by-side

added added

removed removed

Lines of Context:
596
596
# No default
597
597
#set global max_user_connections      =default;
598
598
set global max_write_lock_count      =default;
599
 
--error 1193
 
599
--error 1232
600
600
set global myisam_data_pointer_size  =@my_myisam_data_pointer_size;
601
601
set global net_buffer_length         =@my_net_buffer_length;
602
602
set global net_write_timeout         =@my_net_write_timeout;