3922 Georgi Kodinov 2012-05-30
Bug #14134640: INCORRECT DEFINITION OF TABLE
PERFORMANCE_SCHEMA.SESSION_CONNECT_ATTRS
Changed the expected column name to the one created by the init
scripts (PROCESSLIST_ID).
modified:
storage/perfschema/table_session_connect.cc
3921 Nuno Carvalho 2012-05-30
BUG#14135691: MISSING INITIALIZATION OF MYSQL_BIN_LOG::SYNC_COUNTER
MYSQL_BIN_LOG::sync_counter is not initialized on MYSQL_BIN_LOG object
creation.
Added missing sync_counter initialization.
modified:
sql/binlog.cc
=== modified file 'storage/perfschema/table_session_connect.cc'
--- a/storage/perfschema/table_session_connect.cc 2012-05-04 10:54:36 +0000
+++ b/storage/perfschema/table_session_connect.cc 2012-05-30 12:33:58 +0000
@@ -18,7 +18,7 @@
static const TABLE_FIELD_TYPE field_types[]=
{
{
- { C_STRING_WITH_LEN("PROCESS_ID") },
+ { C_STRING_WITH_LEN("PROCESSLIST_ID") },
{ C_STRING_WITH_LEN("int(11)") },
{ NULL, 0}
},
No bundle (reason: useless for push emails).
| Thread |
|---|
| • bzr push into mysql-trunk branch (Georgi.Kodinov:3921 to 3922) Bug#14134640 | Georgi Kodinov | 30 May |