~starbuggers/sakila-server/mysql-5.1-wl820

« back to all changes in this revision

Viewing changes to mysql-test/r/plugin_psm.result

  • Committer: Antony T Curtis
  • Date: 2008-04-10 06:09:05 UTC
  • mto: (2542.76.4 mysql-5.1-wl820)
  • mto: This revision was merged to the branch mainline in revision 2772.
  • Revision ID: antony@anubis.xiphis.org-20080410060905-itpom5iyz8ae4dhh
Initial import into Bazaar repository

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
INSTALL PLUGIN Deep_Thought SONAME 'psm_example.so';
 
2
CREATE PROCEDURE test.UltimateAnswer() 
 
3
DYNAMIC RESULT SETS 1
 
4
LANGUAGE Deep_Thought EXTERNAL NAME 'compute';
 
5
CALL test.UltimateAnswer();
 
6
Answer to Life, the Universe and Everything
 
7
Forty-Two
 
8
DROP PROCEDURE test.UltimateAnswer;
 
9
UNINSTALL PLUGIN Deep_Thought;
 
10
UNINSTALL PLUGIN Deep_Thought;
 
11
ERROR 42000: PLUGIN Deep_Thought does not exist