~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to tests/t/information_schema.test

Updates for DD.

Show diffs side-by-side

added added

removed removed

Lines of Context:
451
451
--replace_column 1 # 2 #
452
452
SHOW STATUS;
453
453
 
454
 
#--replace_column 1 # 2 #
455
 
#SELECT *
456
 
#FROM information_schema.old_session_variables
457
 
#ORDER BY variable_name;
 
454
--replace_column 1 # 2 #
 
455
SELECT *
 
456
FROM data_dictionary.session_variables
 
457
ORDER BY variable_name;
458
458
 
459
459
#--replace_column 1 # 2 #
460
460
#SHOW VARIABLES;
461
461
 
462
462
--replace_column 1 # 2 #
463
463
SELECT *
464
 
FROM information_schema.old_global_status
 
464
FROM data_dictionary.global_status
465
465
ORDER BY variable_name;
466
466
 
467
 
#--replace_column 1 # 2 #
468
 
#SELECT *
469
 
#FROM information_schema.old_global_variables
470
 
#ORDER BY variable_name;
 
467
--replace_column 1 # 2 #
 
468
SELECT *
 
469
FROM data_dictionary.global_variables
 
470
ORDER BY variable_name;
471
471
 
472
472
#
473
473
# query TABLE_CONSTRAINTS table