~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to tests/r/func_in.result

Merged trunk.

Show diffs side-by-side

added added

removed removed

Lines of Context:
460
460
id
461
461
Warnings:
462
462
Error   1365    Division by 0
463
 
Error   1365    Division by 0
464
463
DROP TABLE t1;
465
464
End of 5.0 tests
466
465
create TEMPORARY table t1(f1 char(1)) ENGINE=MYISAM;