~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to tests/r/variables.result

  • Committer: Monty Taylor
  • Date: 2009-04-05 02:22:54 UTC
  • mfrom: (973 drizzle)
  • mto: (992.1.1 mordred)
  • mto: This revision was merged to the branch mainline in revision 978.
  • Revision ID: mordred@inaugust.com-20090405022254-micq1whnf83fhd33
Merged trunk.

Show diffs side-by-side

added added

removed removed

Lines of Context:
483
483
SHOW VARIABLES LIKE 'table_open_cache';
484
484
Variable_name   Value
485
485
table_open_cache        100
 
486
SELECT * FROM INFORMATION_SCHEMA.SESSION_VARIABLES WHERE VARIABLE_NAME LIKE 'table_open_cache';
 
487
VARIABLE_NAME   VARIABLE_VALUE
 
488
TABLE_OPEN_CACHE        100
486
489
SET GLOBAL table_open_cache=DEFAULT;
487
490
*** Various tests with LC_TIME_NAMES
488
491
*** LC_TIME_NAMES: testing case insensitivity