enterprise-support team mailing list archive
-
enterprise-support team
-
Mailing list archive
-
Message #05723
[Bug 1626936] [NEW] Bug 81657 fix merge to 5.6 broken
Public bug reported:
Copy of
http://bugs.mysql.com/bug.php?id=83124:
[23 Sep 9:24] Laurynas Biveinis
Description:
Bug 81657 fix in 5.5 introduced get_locked_tables_mode_name helped function and called it from THD::decide_logging_format.
The way this was merged to 5.6, the new helper function is introduced,
but it's never called, and THD::decide_logging_format still contains the
following:
#ifndef DBUG_OFF
{
static const char *prelocked_mode_name[] = {
"NON_PRELOCKED",
"PRELOCKED",
"PRELOCKED_UNDER_LOCK_TABLES",
};
DBUG_PRINT("debug", ("prelocked_mode: %s",
prelocked_mode_name[locked_tables_mode]));
}
#endif
** Affects: mysql-server
Importance: Unknown
Status: Unknown
** Affects: percona-server
Importance: Undecided
Status: New
** Affects: percona-server/5.5
Importance: Undecided
Status: Invalid
** Affects: percona-server/5.6
Importance: Medium
Assignee: Laurynas Biveinis (laurynas-biveinis)
Status: In Progress
** Affects: percona-server/5.7
Importance: Undecided
Status: New
** Tags: upstream
** Also affects: percona-server/5.5
Importance: Undecided
Status: New
** Also affects: percona-server/5.7
Importance: Undecided
Status: New
** Also affects: percona-server/5.6
Importance: Undecided
Status: New
** Changed in: percona-server/5.5
Status: New => Invalid
** Changed in: percona-server/5.6
Importance: Undecided => Medium
** Changed in: percona-server/5.6
Assignee: (unassigned) => Laurynas Biveinis (laurynas-biveinis)
** Changed in: percona-server/5.6
Status: New => In Progress
** Tags added: upstream
** Bug watch added: MySQL Bug System #83124
http://bugs.mysql.com/bug.php?id=83124
** Also affects: mysql-server via
http://bugs.mysql.com/bug.php?id=83124
Importance: Unknown
Status: Unknown
--
You received this bug notification because you are a member of Ubuntu
Server/Client Support Team, which is subscribed to MySQL.
Matching subscriptions: Ubuntu Server/Client Support Team
https://bugs.launchpad.net/bugs/1626936
Title:
Bug 81657 fix merge to 5.6 broken
To manage notifications about this bug go to:
https://bugs.launchpad.net/mysql-server/+bug/1626936/+subscriptions
Follow ups