~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to tests/t/func_compress.test

  • Committer: Diego Medina
  • Date: 2009-08-25 18:22:32 UTC
  • mto: This revision was merged to the branch mainline in revision 1143.
  • Revision ID: diego.medina@sun.com-20090825182232-0v49kvywor4xnpl2
Renamed ER_WRONG_PARAMCOUNT_TO_NATIVE_FCT to ER_WRONG_PARAMCOUNT_TO_FUNCTION

Show diffs side-by-side

added added

removed removed

Lines of Context:
86
86
 
87
87
# parameter count
88
88
 
89
 
--error ER_WRONG_PARAMCOUNT_TO_NATIVE_FCT
 
89
--error ER_WRONG_PARAMCOUNT_TO_FUNCTION
90
90
select compress();
91
 
--error ER_WRONG_PARAMCOUNT_TO_NATIVE_FCT
 
91
--error ER_WRONG_PARAMCOUNT_TO_FUNCTION
92
92
select uncompress();
93
 
--error ER_WRONG_PARAMCOUNT_TO_NATIVE_FCT
 
93
--error ER_WRONG_PARAMCOUNT_TO_FUNCTION
94
94
select uncompressed_length();
95
95
 
96
 
--error ER_WRONG_PARAMCOUNT_TO_NATIVE_FCT
 
96
--error ER_WRONG_PARAMCOUNT_TO_FUNCTION
97
97
select compress('aeou', 'aoeu', 'aoeu');
98
 
--error ER_WRONG_PARAMCOUNT_TO_NATIVE_FCT
 
98
--error ER_WRONG_PARAMCOUNT_TO_FUNCTION
99
99
select uncompress('aoenuthn', 'aoeu');
100
 
--error ER_WRONG_PARAMCOUNT_TO_NATIVE_FCT
 
100
--error ER_WRONG_PARAMCOUNT_TO_FUNCTION
101
101
select uncompressed_length('aneohusa','naohuntah','onh');
 
 
b'\\ No newline at end of file'