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

« back to all changes in this revision

Viewing changes to pbxt/mysql-test-update/mysql-test/t/subselect_notembedded.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:
4
4
# BUG #10308: purge log with subselect
5
5
#
6
6
 
 
7
--error 1064
7
8
purge master logs before (select adddate(current_timestamp(), interval -4 day));
 
9
purge master logs before adddate(current_timestamp(), interval -4 day);
8
10