Below is the list of changes that have just been committed into a local
5.1 repository of gluh. When gluh 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, 2007-04-03 19:40:55+05:00, gluh@stripped +1 -0
Bug#21432 Database/Table name limited to 64 bytes, not chars, problems with multi-byte
additional fix
sql/mysql_priv.h@stripped, 2007-04-03 19:40:53+05:00, gluh@stripped +1 -1
additional 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: gluh
# Host: eagle.(none)
# Root: /home/gluh/MySQL/Merge/5.1-opt
--- 1.493/sql/mysql_priv.h 2007-04-03 16:13:24 +05:00
+++ 1.494/sql/mysql_priv.h 2007-04-03 19:40:53 +05:00
@@ -366,7 +366,7 @@ MY_LOCALE *my_locale_by_number(uint numb
Maximum length of time zone name that we support
(Time zone name is char(64) in db). mysqlbinlog needs it.
*/
-#define MAX_TIME_ZONE_NAME_LENGTH (NAME_LEN + 8)
+#define MAX_TIME_ZONE_NAME_LENGTH (NAME_LEN + 1)
/* The rest of the file is included in the server only */
#ifndef MYSQL_CLIENT
| Thread |
|---|
| • bk commit into 5.1 tree (gluh:1.2553) BUG#21432 | gluh | 3 Apr |