~james-page/ubuntu/precise/mysql-5.5/misc-fixes

« back to all changes in this revision

Viewing changes to mysql-test/t/view.test

  • Committer: Package Import Robot
  • Author(s): Marc Deslauriers
  • Date: 2012-06-11 07:34:33 UTC
  • mfrom: (1.1.6)
  • Revision ID: package-import@ubuntu.com-20120611073433-l9za2ni4ipp848y3
Tags: 5.5.24-0ubuntu0.12.04.1
* SECURITY UPDATE: Update to 5.5.24 to fix security issues (LP: #1011371)
  - http://dev.mysql.com/doc/refman/5.5/en/news-5-5-24.html

Show diffs side-by-side

added added

removed removed

Lines of Context:
4136
4136
disconnect con3;
4137
4137
 
4138
4138
 
 
4139
--echo #
 
4140
--echo # Bug#12626844: WRONG ERROR MESSAGE WHILE CREATING A VIEW ON A
 
4141
--echo #               NON EXISTING DATABASE
 
4142
--echo #
 
4143
 
 
4144
--disable_warnings
 
4145
DROP DATABASE IF EXISTS nodb;
 
4146
--enable_warnings
 
4147
--error ER_BAD_DB_ERROR
 
4148
CREATE VIEW nodb.a AS SELECT 1;
 
4149
 
4139
4150
# Check that all connections opened by test cases in this file are really
4140
4151
# gone so execution of other tests won't be affected by their presence.
4141
4152
--source include/wait_until_count_sessions.inc