~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to tests/t/hello_world.test

  • Committer: Jay Pipes
  • Date: 2009-09-15 21:01:42 UTC
  • mto: (1126.2.5 merge)
  • mto: This revision was merged to the branch mainline in revision 1128.
  • Revision ID: jpipes@serialcoder-20090915210142-x8mwiqn1q0vzjspp
Moves Alter_info out into its own header and source file, cleans up some related include mess in sql_lex.h, and renames Alter_info to AlterInfo.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
# testing hello_world plugin
2
2
 
3
 
--ERROR ER_BAD_FIELD_ERROR
 
3
--ERROR 1054 
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 ER_BAD_FIELD_ERROR
 
14
--ERROR 1054
15
15
SELECT hello_world(string);
16
16
 
17
17
# use string as an argument