lp:~otto/maria/maria-fix-debian-copyright-5.5
- Get this branch:
- bzr branch lp:~otto/maria/maria-fix-debian-copyright-5.5
Branch merges
- Maria-captains: Pending requested
-
Diff: 1082 lines (+1005/-61)2 files modifieddebian/copyright (+1004/-60)
man/mysqlman.1 (+1/-1)
Branch information
Recent revisions
- 4163. By Otto Kekäläinen
-
Updated machine readable copyright file (Closes: MDEV-5484). Small man page typofix.
- 4162. By Michael Widenius
-
MDEV-6129: Server crashes during UNION with ORDER BY field IS NULL
Fixed crashing bug for union queries where there was no real tables.
- 4160. By Alexander Barkov
-
MDEV-6146 Can't mix (latin1_
swedish_ ci,NUMERIC) and (utf8_unicode_ ci,IMPLICIT) for MATCH - 4155. By Alexey Botchkov
-
MDEV-6124 Audit plugin fails with the Percona-Server 5.6.
Some lines of code in file_logger.c were lost while moving to the
general MariaDB tree. Adding them. - 4154. By Alexey Botchkov
-
MDEV-4856 SQL_ERROR_LOG shows 1146 errors which didnt appear in mysql client.
The fill_schema_table() function used to call get_table_share() for a table name in WHERE
then clear the error list. That way plugins receive the superfluous error notification if it
happens in it. Also the problem was that error handler didn't prevent the suppressed
error message from logging anyway as the logging happens in THD::raise_condition
before the handler call.
Trigger_error_handler is remade into Warnings_ only_error_ handler, so it stores the error
message in all cases in the thd->stmt_da.
Then later the stored error is raised.
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)
- Stacked on:
- lp:maria