List:Internals« Previous MessageNext Message »
From:svoj Date:October 31 2005 8:38am
Subject:bk commit into 5.0-fulltext tree (svoj:1.2029)
View as plain text  
Below is the list of changes that have just been committed into a local
5.0-fulltext repository of svoj. When svoj 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
  1.2029 05/10/31 11:37:57 svoj@stripped +1 -0
  WL#2575 - Fulltext: Parser plugin for FTS
  Fixed that INSTALL PLUGIN does not consistently add a row to mysql.plugin.

  sql/sql_plugin.cc
    1.19 05/10/31 11:37:46 svoj@stripped +1 -0
    Restore default values before inserting new entry into plugin table.

# 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:	svoj
# Host:	svoj-laptop.mysql.com
# Root:	/home/svoj/devel/mysql/CNET/mysql-5.0

--- 1.18/sql/sql_plugin.cc	2005-10-30 00:25:44 +05:00
+++ 1.19/sql/sql_plugin.cc	2005-10-31 11:37:46 +04:00
@@ -552,6 +552,7 @@
   }
   if (! (table = open_ltable(thd, &tables, TL_WRITE)))
     goto deinit;
+  restore_record(table, s->default_values);
   table->field[0]->store(name->str, name->length, system_charset_info);
   table->field[1]->store(dl->str, dl->length, files_charset_info);
   error= table->file->write_row(table->record[0]);
Thread
bk commit into 5.0-fulltext tree (svoj:1.2029)svoj31 Oct