List:Commits« Previous MessageNext Message »
From:eugene Date:August 1 2006 8:38pm
Subject:bk commit into 5.1 tree (evgen:1.2254)
View as plain text  
Below is the list of changes that have just been committed into a local
5.1 repository of evgen. When evgen does a push these changes will
be propagated to the main repository and, within 24 hours after the
push, to the public repository.
For information on how to access the public repository
see http://dev.mysql.com/doc/mysql/en/installing-source-tree.html

ChangeSet@stripped, 2006-08-02 00:38:38+04:00, evgen@stripped +1 -0
  sql_view.cc:
    After merge fix

  sql/sql_view.cc@stripped, 2006-08-02 00:38:17+04:00, evgen@stripped +2 -2
    After merge fix

# This is a BitKeeper patch.  What follows are the unified diffs for the
# set of deltas contained in the patch.  The rest of the patch, the part
# that BitKeeper cares about, is below these diffs.
# User:	evgen
# Host:	sunlight.local
# Root:	/local_work/tmp_merge-5.1-opt-mysql

--- 1.97/sql/sql_view.cc	2006-08-02 00:38:43 +04:00
+++ 1.98/sql/sql_view.cc	2006-08-02 00:38:43 +04:00
@@ -1304,11 +1304,11 @@
   for (view= views; view; view= view->next_local)
   {
     TABLE_SHARE *share;
-    bool type= 0;
+    frm_type_enum type= FRMTYPE_ERROR;
     build_table_filename(path, sizeof(path),
                          view->db, view->table_name, reg_ext);
     VOID(pthread_mutex_lock(&LOCK_open));
-    type= FRMTYPE_ERROR;
+
     if (access(path, F_OK) || 
         FRMTYPE_VIEW != (type= mysql_frm_type(thd, path, &not_used)))
     {
Thread
bk commit into 5.1 tree (evgen:1.2254)eugene1 Aug