Below is the list of changes that have just been committed into a local
5.1 repository of stewart. When stewart 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-15 19:18:57+08:00, stewart@willster.(none) +1 -0
BUG#21652 I_S.PROCESSLIST truncates STATE field compared to SHOW FULL PROCESSLIST
increase maximum length to 64 (max length that ndb injector creates is currently 62)
sql/sql_show.cc@stripped, 2006-08-15 19:18:54+08:00, stewart@willster.(none) +1 -1
Increase max length of I_S.PROCESSLIST.STATE to accomodate NDB injector strings.
# 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: stewart
# Host: willster.(none)
# Root: /home/stewart/Documents/MySQL/5.1/ndb
--- 1.361/sql/sql_show.cc 2006-08-15 19:19:03 +08:00
+++ 1.362/sql/sql_show.cc 2006-08-15 19:19:03 +08:00
@@ -5545,7 +5545,7 @@
{"DB", NAME_LEN, MYSQL_TYPE_STRING, 0, 1, "Db"},
{"COMMAND", 16, MYSQL_TYPE_STRING, 0, 0, "Command"},
{"TIME", 7, MYSQL_TYPE_LONG, 0, 0, "Time"},
- {"STATE", 30, MYSQL_TYPE_STRING, 0, 1, "State"},
+ {"STATE", 64, MYSQL_TYPE_STRING, 0, 1, "State"},
{"INFO", PROCESS_LIST_INFO_WIDTH, MYSQL_TYPE_STRING, 0, 1, "Info"},
{0, 0, MYSQL_TYPE_STRING, 0, 0, 0}
};
| Thread |
|---|
| • bk commit into 5.1 tree (stewart:1.2275) BUG#21652 | Stewart Smith | 15 Aug |