lp:~weyrick/mysql-server/34014-cs-complete

Created by Shannon Weyrick and last modified
Get this branch:
bzr branch lp:~weyrick/mysql-server/34014-cs-complete
Only Shannon Weyrick can upload to this branch. If you are Shannon Weyrick please log in for upload directions.

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
Shannon Weyrick
Project:
MySQL Server
Status:
Development

Recent revisions

3701. By Shannon Weyrick

Remove debug text

3700. By Shannon Weyrick

port context sensitive completion patch to 5.5 (bug #34014)

3699. By Tatjana Azundris Nuernberg <email address hidden>

auto-merge of Bug#12990746

3698. By Tatjana Azundris Nuernberg <email address hidden>

auto-merge

3697. By Tatjana Azundris Nuernberg <email address hidden>

manual merge for Bug#11755281

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 WINDOWS

The 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 BUILD

An 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.

3693. By Marko Mäkelä <email address hidden>

Merge mysql-5.5 to mysql-trunk.

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
This branch contains Public information 
Everyone can see this information.

Subscribers