~vkolesnikov/pbxt/pbxt-preload-test-bug

« back to all changes in this revision

Viewing changes to pbxt/mysql-test-update/mysql-test/t/ps_1general.test

  • Committer: paul-mccullagh
  • Date: 2008-03-10 11:36:34 UTC
  • Revision ID: paul-mccullagh-417ebf175a9c8ee6e5b3777d9e2398e1fb197391
Implemented full durability

Show diffs side-by-side

added added

removed removed

Lines of Context:
326
326
# That is the reason why, we switch the output here off.
327
327
#   (The real output will be tested in ps_6bdb.test)
328
328
--disable_result_log
329
 
prepare stmt4 from ' show engine bdb logs ';
 
329
prepare stmt4 from ' show engine pbxt logs '; # PBXT: changed from bdb to pbxt
330
330
execute stmt4;
331
331
--enable_result_log
332
332
prepare stmt4 from ' show grants for user ';
413
413
deallocate prepare stmt_set ;
414
414
 
415
415
## nonsense like prepare of prepare,execute or deallocate
416
 
--error 1064
 
416
--error 1295
417
417
prepare stmt1 from ' prepare stmt2 from '' select 1 ''  ' ;
418
 
--error 1064
 
418
--error 1295
419
419
prepare stmt1 from ' execute stmt2 ' ;
420
 
--error 1064
 
420
--error 1295
421
421
prepare stmt1 from ' deallocate prepare never_prepared ' ;
422
422
 
423
423
## switch the database connection