~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/sleep/tests/t/sleep.test

  • Committer: Monty Taylor
  • Date: 2010-08-20 20:54:13 UTC
  • mto: (1728.1.2 build)
  • mto: This revision was merged to the branch mainline in revision 1729.
  • Revision ID: mordred@inaugust.com-20100820205413-2zebseruww4uq3dg
Removed a HASH in xa_resource_manager. It's not actually used, but I left it
in case someone did actually want to implement RECOVER some day.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
--error ER_WRONG_PARAMCOUNT_TO_FUNCTION
 
1
--error 1582
2
2
select sleep();
3
 
--error ER_WRONG_PARAMCOUNT_TO_FUNCTION
 
3
--error 1582
4
4
select sleep(10,10);
5
5
select sleep('a');
6
6
show warnings;