List:Internals« Previous MessageNext Message »
From:gkrishna Date:November 9 2005 6:41am
Subject:bk commit into 4.0 tree (kp:1.2157)
View as plain text  
Below is the list of changes that have just been committed into a local
4.0 repository of kp. When kp 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.2157 05/11/09 12:09:46 kp@stripped[kp] +10 -0
  4.0.x_autoclose.patch

  myisam/myisampack.c
    1.37 05/11/08 11:31:15 kp@stripped[kp] +1 -1
    Import patch 4.0.x_autoclose.patch

  myisam/myisamchk.c
    1.117 05/11/08 11:31:15 kp@stripped[kp] +1 -1
    Import patch 4.0.x_autoclose.patch

  isam/isamchk.c
    1.26 05/11/08 11:31:15 kp@stripped[kp] +1 -1
    Import patch 4.0.x_autoclose.patch

  client/mysqlshow.c
    1.31 05/11/08 11:31:15 kp@stripped[kp] +1 -1
    Import patch 4.0.x_autoclose.patch

  client/mysqlimport.c
    1.37 05/11/08 11:31:15 kp@stripped[kp] +1 -1
    Import patch 4.0.x_autoclose.patch

  client/mysqldump.c
    1.120 05/11/08 11:31:15 kp@stripped[kp] +1 -1
    Import patch 4.0.x_autoclose.patch

  client/mysqlcheck.c
    1.33 05/11/08 11:31:15 kp@stripped[kp] +1 -1
    Import patch 4.0.x_autoclose.patch

  client/mysqlbinlog.cc
    1.105 05/11/08 11:31:15 kp@stripped[kp] +1 -1
    Import patch 4.0.x_autoclose.patch

  client/mysqladmin.c
    1.79 05/11/08 11:31:15 kp@stripped[kp] +1 -1
    Import patch 4.0.x_autoclose.patch

  client/mysql.cc
    1.161 05/11/08 11:31:15 kp@stripped[kp] +1 -1
    Import patch 4.0.x_autoclose.patch

# 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:	kp
# Host:	blr-techserv.blr.novell.com
# Root:	/home/kp/blr-engrlinux/bk/new/Sawtooth_SP2

--- 1.160/client/mysql.cc	2005-08-25 00:33:09 +05:30
+++ 1.161/client/mysql.cc	2005-11-08 11:31:15 +05:30
@@ -442,7 +442,7 @@
   {"help", '?', "Display this help and exit.", 0, 0, 0, GET_NO_ARG, NO_ARG, 0,
    0, 0, 0, 0, 0},
 #ifdef __NETWARE__
-  {"auto-close", OPT_AUTO_CLOSE, "Auto close the screen on exit for Netware.",
+  {"autoclose", OPT_AUTO_CLOSE, "Auto close the screen on exit for Netware.",
    0, 0, 0, GET_NO_ARG, NO_ARG, 0, 0, 0, 0, 0, 0},
 #endif
   {"auto-rehash", OPT_AUTO_REHASH,

--- 1.78/client/mysqladmin.c	2005-08-25 00:33:09 +05:30
+++ 1.79/client/mysqladmin.c	2005-11-08 11:31:15 +05:30
@@ -107,7 +107,7 @@
 static struct my_option my_long_options[] =
 {
 #ifdef __NETWARE__
-  {"auto-close", OPT_AUTO_CLOSE, "Auto close the screen on exit for Netware.",
+  {"autoclose", OPT_AUTO_CLOSE, "Auto close the screen on exit for Netware.",
    0, 0, 0, GET_NO_ARG, NO_ARG, 0, 0, 0, 0, 0, 0},
 #endif
   {"count", 'c',

--- 1.119/client/mysqldump.c	2005-08-25 00:33:11 +05:30
+++ 1.120/client/mysqldump.c	2005-11-08 11:31:15 +05:30
@@ -112,7 +112,7 @@
    "Allow creation of column names that are keywords.", (gptr*) &opt_keywords,
    (gptr*) &opt_keywords, 0, GET_BOOL, NO_ARG, 0, 0, 0, 0, 0, 0},
 #ifdef __NETWARE__
-  {"auto-close", OPT_AUTO_CLOSE, "Auto close the screen on exit for Netware.",
+  {"autoclose", OPT_AUTO_CLOSE, "Auto close the screen on exit for Netware.",
    0, 0, 0, GET_NO_ARG, NO_ARG, 0, 0, 0, 0, 0, 0},
 #endif
   {"character-sets-dir", OPT_CHARSETS_DIR,

--- 1.36/client/mysqlimport.c	2005-08-25 00:33:11 +05:30
+++ 1.37/client/mysqlimport.c	2005-11-08 11:31:15 +05:30
@@ -52,7 +52,7 @@
 static struct my_option my_long_options[] =
 {
 #ifdef __NETWARE__
-  {"auto-close", OPT_AUTO_CLOSE, "Auto close the screen on exit for Netware.",
+  {"autoclose", OPT_AUTO_CLOSE, "Auto close the screen on exit for Netware.",
    0, 0, 0, GET_NO_ARG, NO_ARG, 0, 0, 0, 0, 0, 0},
 #endif
   {"character-sets-dir", OPT_CHARSETS_DIR,

--- 1.30/client/mysqlshow.c	2005-08-25 00:33:12 +05:30
+++ 1.31/client/mysqlshow.c	2005-11-08 11:31:15 +05:30
@@ -139,7 +139,7 @@
 static struct my_option my_long_options[] =
 {
 #ifdef __NETWARE__
-  {"auto-close", OPT_AUTO_CLOSE, "Auto close the screen on exit for Netware.",
+  {"autoclose", OPT_AUTO_CLOSE, "Auto close the screen on exit for Netware.",
    0, 0, 0, GET_NO_ARG, NO_ARG, 0, 0, 0, 0, 0, 0},
 #endif
   {"character-sets-dir", 'c', "Directory where character sets are",

--- 1.25/isam/isamchk.c	2005-08-25 00:33:15 +05:30
+++ 1.26/isam/isamchk.c	2005-11-08 11:31:15 +05:30
@@ -244,7 +244,7 @@
    "Analyze distribution of keys. Will make some joins in MySQL faster.",
    0, 0, 0, GET_NO_ARG, NO_ARG, 0, 0, 0, 0, 0, 0},
 #ifdef __NETWARE__
-  {"auto-close", OPT_AUTO_CLOSE, "Auto close the screen on exit for Netware.",
+  {"autoclose", OPT_AUTO_CLOSE, "Auto close the screen on exit for Netware.",
    0, 0, 0, GET_NO_ARG, NO_ARG, 0, 0, 0, 0, 0, 0},
 #endif
   {"character-sets-dir", OPT_CHARSETS_DIR_IC,

--- 1.116/myisam/myisamchk.c	2005-08-25 00:33:17 +05:30
+++ 1.117/myisam/myisamchk.c	2005-11-08 11:31:15 +05:30
@@ -159,7 +159,7 @@
    "Analyze distribution of keys. Will make some joins in MySQL faster. You can check the calculated distribution.",
    0, 0, 0, GET_NO_ARG, NO_ARG, 0, 0, 0, 0, 0, 0},
 #ifdef __NETWARE__
-  {"auto-close", OPT_AUTO_CLOSE, "Auto close the screen on exit for Netware.",
+  {"autoclose", OPT_AUTO_CLOSE, "Auto close the screen on exit for Netware.",
    0, 0, 0, GET_NO_ARG, NO_ARG, 0, 0, 0, 0, 0, 0},
 #endif
   {"block-search", 'b',

--- 1.36/myisam/myisampack.c	2005-08-25 00:33:19 +05:30
+++ 1.37/myisam/myisampack.c	2005-11-08 11:31:15 +05:30
@@ -239,7 +239,7 @@
 static struct my_option my_long_options[] =
 {
 #ifdef __NETWARE__
-  {"auto-close", OPT_AUTO_CLOSE, "Auto close the screen on exit for Netware.",
+  {"autoclose", OPT_AUTO_CLOSE, "Auto close the screen on exit for Netware.",
    0, 0, 0, GET_NO_ARG, NO_ARG, 0, 0, 0, 0, 0, 0},
 #endif
   {"backup", 'b', "Make a backup of the table as table_name.OLD",

--- 1.104/client/mysqlbinlog.cc	2005-08-25 00:33:09 +05:30
+++ 1.105/client/mysqlbinlog.cc	2005-11-08 11:31:15 +05:30
@@ -402,7 +402,7 @@
 {
 
 #ifdef __NETWARE__
-  {"auto-close", OPT_AUTO_CLOSE, "Auto close the screen on exit for Netware.",
+  {"autoclose", OPT_AUTO_CLOSE, "Auto close the screen on exit for Netware.",
    0, 0, 0, GET_NO_ARG, NO_ARG, 0, 0, 0, 0, 0, 0},
 #endif
 #ifndef DBUG_OFF

--- 1.32/client/mysqlcheck.c	2005-08-25 00:33:10 +05:30
+++ 1.33/client/mysqlcheck.c	2005-11-08 11:31:15 +05:30
@@ -57,7 +57,7 @@
    (gptr*) &opt_all_in_1, (gptr*) &opt_all_in_1, 0, GET_BOOL, NO_ARG, 0, 0, 0,
    0, 0, 0},
 #ifdef __NETWARE__
-  {"auto-close", OPT_AUTO_CLOSE, "Auto close the screen on exit for Netware.",
+  {"autoclose", OPT_AUTO_CLOSE, "Auto close the screen on exit for Netware.",
    0, 0, 0, GET_NO_ARG, NO_ARG, 0, 0, 0, 0, 0, 0},
 #endif
   {"auto-repair", OPT_AUTO_REPAIR,
Thread
bk commit into 4.0 tree (kp:1.2157)gkrishna9 Nov