~matttbe/ubuntu/quantal/mysql-5.5/lp1013171

« back to all changes in this revision

Viewing changes to sql/sql_view.cc

  • Committer: Package Import Robot
  • Author(s): Clint Byrum
  • Date: 2012-06-11 23:34:14 UTC
  • mfrom: (1.1.6)
  • Revision ID: package-import@ubuntu.com-20120611233414-mu6ybxiajgcxqztj
Tags: 5.5.25-0ubuntu1
* New upstream release (LP: #1011371, LP: #986892)
* d/rules: change get-orig-source to pull from a working mirror.
* d/control: Build with default compiler instead of gcc 4.5

Show diffs side-by-side

added added

removed removed

Lines of Context:
444
444
 
445
445
  view= lex->unlink_first_table(&link_to_local);
446
446
 
 
447
  if (check_db_dir_existence(view->db))
 
448
  {
 
449
    my_error(ER_BAD_DB_ERROR, MYF(0), view->db);
 
450
    res= TRUE;
 
451
    goto err;
 
452
  }
 
453
 
447
454
  if (mode == VIEW_ALTER && fill_defined_view_parts(thd, view))
448
455
  {
449
456
    res= TRUE;