~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to tests/r/drizzledump.result

Merge in decomplication of our error system when reading through the table
message.

Show diffs side-by-side

added added

removed removed

Lines of Context:
898
898
  PRIMARY KEY (`a`)
899
899
) ENGINE='InnoDB' COLLATE='utf8_general_ci';
900
900
 
901
 
Error executing query: Table 'mysqldump_test_db.t\1' doesn't exist
 
901
Error executing query: Unknown table 'mysqldump_test_db.t\1'
902
902
Error: Could not get data for table t\1
903
903
 
904
904
SET @OLD_UNIQUE_CHECKS=@@UNIQUE_CHECKS, UNIQUE_CHECKS=0;
909
909
  PRIMARY KEY (`a`)
910
910
) ENGINE='InnoDB' COLLATE='utf8_general_ci';
911
911
 
912
 
Error executing query: Table 'mysqldump_test_db.t\1' doesn't exist
 
912
Error executing query: Unknown table 'mysqldump_test_db.t\1'
913
913
Error: Could not get data for table t\1
914
914
Error: Table t/1 not found.
915
915
Error: Table T_1 not found.