~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to tests/r/join.result

  • Committer: Brian Aker
  • Date: 2010-10-06 07:52:09 UTC
  • mto: (1821.1.2 build)
  • mto: This revision was merged to the branch mainline in revision 1822.
  • Revision ID: brian@tangent.org-20101006075209-0fu3u7zg9r8rw3i8
Fix issue with divide by zero not being an error.

Show diffs side-by-side

added added

removed removed

Lines of Context:
162
162
d
163
163
NULL
164
164
SELECT * FROM t1 WHERE 1/0 IS NULL;
165
 
d
166
 
2001-08-01
167
 
NULL
168
 
Warnings:
169
 
Error   1365    Division by 0
170
 
Error   1365    Division by 0
171
 
Error   1365    Division by 0
 
165
ERROR 22012: Division by 0
172
166
DROP TABLE t1,t2;
173
167
CREATE TABLE t1 (
174
168
Document_ID varchar(50) NOT NULL default '',