List:Commits« Previous MessageNext Message »
From:antony Date:April 13 2006 8:37pm
Subject:bk commit into 5.1 tree (acurtis:1.2331)
View as plain text  
Below is the list of changes that have just been committed into a local
5.1 repository of antony. When antony 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.2331 06/04/13 13:37:21 acurtis@stripped +1 -0
  WL#3201
    small fix

  sql/sql_builtin.cc.in
    1.2 06/04/13 13:37:16 acurtis@stripped +1 -4
    WL#3201
      small fix - these are now in configure.in

# 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:	acurtis
# Host:	localhost.(none)
# Root:	/home/antony/work2/wl3201.5

--- 1.1/sql/sql_builtin.cc.in	2006-04-12 22:02:27 -07:00
+++ 1.2/sql/sql_builtin.cc.in	2006-04-13 13:37:16 -07:00
@@ -4,13 +4,10 @@
 typedef struct st_mysql_plugin builtin_plugin[];
 
 extern builtin_plugin 
-  builtin_heap_plugin, builtin_myisam_plugin, builtin_myisammrg_plugin,
   builtin_binlog_plugin@mysql_plugin_defs@;
 
 struct st_mysql_plugin *mysqld_builtins[]=
 {
-  builtin_heap_plugin, builtin_myisam_plugin, 
-  builtin_myisammrg_plugin@mysql_plugin_defs@,
-  builtin_binlog_plugin,(struct st_mysql_plugin *)0
+  builtin_binlog_plugin@mysql_plugin_defs@,(struct st_mysql_plugin *)0
 };
 
Thread
bk commit into 5.1 tree (acurtis:1.2331)antony13 Apr