~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to tests/r/variables.result

  • Committer: Monty Taylor
  • Date: 2010-12-02 23:49:02 UTC
  • mto: (1975.1.1 build)
  • mto: This revision was merged to the branch mainline in revision 1976.
  • Revision ID: mordred@inaugust.com-20101202234902-jrvwwtjjbuoc3v3y
Updated memcached_stats plugin.

Show diffs side-by-side

added added

removed removed

Lines of Context:
295
295
set global max_write_lock_count=100;
296
296
set global myisam_sort_buffer_size=100;
297
297
Warnings:
298
 
Error   1292    Truncated incorrect myisam_sort_buffer_size value: '100'
 
298
Error   1524    Error setting myisam_sort_buffer_size. Given value 100 (< 1024)
299
299
set global mysql_protocol_buffer_length=100;
300
300
Warnings:
301
301
Error   1292    Truncated incorrect buffer_length value: '100'