lp:~weyrick/mysql-server/34014-cs-complete
- Get this branch:
- bzr branch lp:~weyrick/mysql-server/34014-cs-complete
Branch merges
Branch information
Recent revisions
- 3696. By Vasil Dimov
-
Null merge mysql-5.5 -> mysql-trunk
The merged revisions are already in mysql-trunk and were backported
into mysql-5.5. - 3695. By Nirbhay Choubey <email address hidden>
-
Bug#12589167 60901: 5.6.2 CLIENT TRUNCATES LINES AT
255 CHARS/MULTILINE QUERIES DONT WORK
ON WINDOWSThe synopsis of the bug does not outline the real
problem. The actual problem being the copy/paste,
i.e. whenever a multi-lined string is copied leaving
the trailing line-separator characters "CRLF" of the
last line, the first character of the last line
always gets altered to 'm', and that is the reason
behind this bug.Fixed by changing the way lines are read from the
console buffer (initially done as part of WL#5331).
Now, the entire line will be read in a single go
instead of character-by-character reading. - 3694. By Nirbhay Choubey <email address hidden>
-
Bug#13460909 :STACK SMASHING DETECTED IN LIBMYSQLD
DEBUG BUILDAn embedded-mysql application can crash in debug
mode with 'stack smashing detected' error when it
tries to connect without specifying the user name
(NULL).The problem lies in the length of the buffer (array)
allocated to store user name in mysql_real_connect
function. This length did not take into consideration
an extra byte that strmake requires in order to store
either '\0' or 'Z' in debug mode (for padding empty
bytes).Fixed by increasing the name buffer length by 1.
- 3692. By mrainb0w
-
Bug #13255225: THE VALUE OF INNODB_UNDO_LOGS IN MY.CNF IS IGNORED
Introduced a new read only status variable srv_available_
undo_logs.
During startup, this variable will be set to the total available
number of rollback segments. Users can access this variable to find
out the available number of rollback segments. The innodb_undo_logs
will contain the number of active rollback segments.Review Board link:
http://bur03.no. oracle. com/rb/ r/862/
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)
- Stacked on:
- lp:~dannythefool/+junk/trunk-outdated