~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/utility_functions/tests/t/result_type.test

merged with up to date trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
SELECT RESULT_TYPE(NULL);
 
2
SELECT RESULT_TYPE(FALSE);
 
3
SELECT RESULT_TYPE(TRUE);
 
4
SELECT RESULT_TYPE("");
 
5
SELECT RESULT_TYPE("110");
 
6
SELECT RESULT_TYPE(110);
 
7
SELECT RESULT_TYPE(1.1);