~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to tests/r/variables.result

  • Committer: Brian Aker
  • Date: 2009-01-15 03:28:20 UTC
  • Revision ID: brian@tangent.org-20090115032820-lt6jzt5plvadzb1y
MyISAM fix.

Show diffs side-by-side

added added

removed removed

Lines of Context:
381
381
set max_sort_length=100;
382
382
set max_tmp_tables=100;
383
383
set global max_write_lock_count=100;
384
 
set myisam_sort_buffer_size=100;
 
384
set global myisam_sort_buffer_size=100;
 
385
Warnings:
 
386
Warning 1292    Truncated incorrect sort_buffer_size value: '100'
385
387
set net_buffer_length=100;
386
388
Warnings:
387
389
Warning 1292    Truncated incorrect net_buffer_length value: '100'