3767 Manish Kumar 2012-01-23 [merge]
BUG#11752315
Null merge from mysql-5.5 to mysql-trunk.
3766 Raghav Kapoor 2012-01-23
BUG#13601606 - FAILED VIEW CREATION ERROR MESSAGE (FOR DB NOT PRESENT)
NEEDS BIG IMPROVEMENT
BACKGROUND:
Trying to create a view in a non-existent database gave the
error "Can't create/write to file ..." which does not really
describe the reason for the failure and is also different
from how the similar problem is reported for CREATE TABLE.
FIX:
This bug is fixed by reporting ER_BAD_DB_ERROR "Unknown
database ..." when trying to create a view in a non-existent
database.This is the same error already reported by CREATE
TABLE. A test case has been written and corresponding result
file has been updated.
modified:
mysql-test/r/view.result
mysql-test/t/view.test
sql/sql_view.cc
No bundle (reason: useless for push emails).
| Thread |
|---|
| • bzr push into mysql-trunk branch (manish.4.kumar:3766 to 3767) Bug#11752315 | Manish Kumar | 23 Jan |