~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to tests/r/variables.result

  • Committer: Brian Aker
  • Date: 2010-08-13 17:44:18 UTC
  • mto: This revision was merged to the branch mainline in revision 1709.
  • Revision ID: brian@tangent.org-20100813174418-pq2wr6r6f2okx3gb
Remove myisam_data_pointer_siz

Show diffs side-by-side

added added

removed removed

Lines of Context:
537
537
set global max_heap_table_size       =@my_max_heap_table_size;
538
538
set global max_join_size             =@my_max_join_size;
539
539
set global max_write_lock_count      =default;
540
 
set global myisam_data_pointer_size  =@my_myisam_data_pointer_size;
541
 
ERROR 42000: Incorrect argument type to variable 'myisam_data_pointer_size'
542
540
set global mysql_protocol_buffer_length= @my_mysql_protocol_buffer_length;
543
541
set global server_id                 =@my_server_id;
544
542
set global storage_engine            =@my_storage_engine;