~drizzle-trunk/drizzle/development

« back to all changes in this revision

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

  • Committer: Andrew Hutchings
  • Date: 2011-02-07 17:20:59 UTC
  • mfrom: (2148 staging)
  • mto: (2148.2.3 build)
  • mto: This revision was merged to the branch mainline in revision 2149.
  • Revision ID: andrew@linuxjedi.co.uk-20110207172059-dyeahrgzrlincoe3
Merge with trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
# testing hello_world plugin
2
2
 
3
 
--ERROR 1054 
 
3
--ERROR ER_BAD_FIELD_ERROR
4
4
# incorrect select statement 
5
5
SELECT hello_word;
6
6
 
11
11
SELECT hello_world("");
12
12
 
13
13
# use invalid string as an argument
14
 
--ERROR 1054
 
14
--ERROR ER_BAD_FIELD_ERROR
15
15
SELECT hello_world(string);
16
16
 
17
17
# use string as an argument