~jaypipes/drizzle/split-xa-resource-manager

« back to all changes in this revision

Viewing changes to tests/include/mix1.inc

  • Committer: Jay Pipes
  • Date: 2010-02-14 20:26:43 UTC
  • mfrom: (1273.1.27 staging)
  • Revision ID: jpipes@serialcoder-20100214202643-ahuqvc8rhn8u7y33
Merge trunk and resolve conflicts

Show diffs side-by-side

added added

removed removed

Lines of Context:
857
857
--echo
858
858
 
859
859
SELECT table_schema, table_name, row_format
860
 
FROM INFORMATION_SCHEMA.TABLES
 
860
FROM data_dictionary.TABLES
861
861
WHERE table_schema = DATABASE() AND table_name = 't1';
862
862
 
863
863
--echo
869
869
--echo
870
870
 
871
871
SELECT table_schema, table_name, row_format
872
 
FROM INFORMATION_SCHEMA.TABLES
 
872
FROM data_dictionary.TABLES
873
873
WHERE table_schema = DATABASE() AND table_name = 't1';
874
874
 
875
875
--echo