Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixes for parallel slave: | Michael Widenius | 2013-10-14 | 1 | -6/+7 |
* | MDEV-4506: Parallel replication: Intermediate commit. | unknown | 2013-07-05 | 1 | -2/+7 |
* | MDEV-4506: Parallel replication: Intermediate commit. | unknown | 2013-07-04 | 1 | -2/+4 |
* | MDEV-4506: Parallel replication. Intermediate commit. | unknown | 2013-07-03 | 1 | -2/+3 |
* | MDEV-4506: Parallel replication. Intermediate commit. | unknown | 2013-06-26 | 1 | -2/+5 |
* | MDEV-4506: Parallel replication of group-committed transactions: Intermediate... | unknown | 2013-06-24 | 1 | -5/+14 |
* | 5.5 merge | Sergei Golubchik | 2013-06-06 | 1 | -16/+30 |
|\ | |||||
| * | MDEV-4505 Buffer overrun when processing --log-bin parameter without file name | Sergei Golubchik | 2013-05-13 | 1 | -2/+4 |
| * | mysql-5.5.31 merge | Sergei Golubchik | 2013-05-07 | 1 | -5/+17 |
| |\ | |||||
| | * | BUG#16196591 - CLIENTS CANNOT CONNECT TO MYSQL | Thayumanavar | 2013-02-05 | 1 | -1/+8 |
| | * | BUG#14303860 - EXECUTING A SELECT QUERY WITH TOO | Neeraj Bisht | 2013-01-14 | 1 | -5/+17 |
| | |\ | |||||
| | | * | BUG#14303860 - EXECUTING A SELECT QUERY WITH TOO | Neeraj Bisht | 2013-01-14 | 1 | -5/+17 |
| * | | | strmake_buf(X,Y) helper, equivalent to strmake(X,Y,sizeof(X)-1) | Sergei Golubchik | 2013-04-17 | 1 | -9/+9 |
* | | | | MDEV-4605: Failing to load GTID slave position from rpl.gtid_slave_pos | unknown | 2013-06-03 | 1 | -2/+4 |
* | | | | MDEV-4478: Implement GTID "strict mode" | unknown | 2013-05-28 | 1 | -10/+3 |
* | | | | Add missing check for thd->killed in mysql_binlog_send(). | unknown | 2013-04-24 | 1 | -2/+15 |
* | | | | Makeing rpl_filter for each Master_info. | Lixun Peng | 2013-04-16 | 1 | -20/+40 |
* | | | | MDEV-26: Global transaction ID. First alpha release. | unknown | 2013-04-15 | 1 | -12/+62 |
|\ \ \ \ | |||||
| * | | | | MDEV-26: Global transaction ID. | unknown | 2013-03-27 | 1 | -3/+6 |
| * | | | | MDEV-26: Global transaction ID. | unknown | 2013-03-26 | 1 | -8/+25 |
| * | | | | MDEV-26: Global transaction ID. | unknown | 2013-03-22 | 1 | -2/+2 |
| * | | | | MDEV-26: Global transaction ID | unknown | 2013-02-25 | 1 | -0/+1 |
| * | | | | MDEV-26: global transaction id. Intermediate commit. | unknown | 2012-11-07 | 1 | -1/+3 |
| * | | | | MDEV-26: Global transaction commit. Intermediate commit. | unknown | 2012-11-05 | 1 | -1/+9 |
| * | | | | MDEV-500: Session variable for server_id | unknown | 2012-10-23 | 1 | -2/+3 |
| * | | | | MDEV-26: Global transaction id. Partial commit. | unknown | 2012-10-23 | 1 | -0/+18 |
* | | | | | 5.5 merge | Sergei Golubchik | 2013-04-14 | 1 | -23/+21 |
|\ \ \ \ \ | | |/ / / | |/| | | | |||||
| * | | | | MDEV-4356 : MariaDB does not start if bind-address gets resolved to more than... | Vladislav Vaintroub | 2013-04-07 | 1 | -23/+21 |
* | | | | | MDEV-3917 multiple use locks (GET_LOCK) in one connection. | Alexey Botchkov | 2013-04-12 | 1 | -1/+1 |
* | | | | | prefer static inline functions to macros. | Sergei Golubchik | 2013-04-09 | 1 | -1/+1 |
* | | | | | MDEV-3807 show plugins soname 'xxx' | Sergei Golubchik | 2013-04-09 | 1 | -5/+6 |
* | | | | | cleanup | Sergei Golubchik | 2013-04-09 | 1 | -1/+1 |
* | | | | | 5.5 merge | Sergei Golubchik | 2013-03-27 | 1 | -18/+30 |
|\ \ \ \ \ | |/ / / / | |||||
| * | | | | MDEV-4068 rpm scriptlet chown command dangerous | Sergei Golubchik | 2013-03-06 | 1 | -8/+1 |
| * | | | | Automatic merge | Michael Widenius | 2013-03-01 | 1 | -1/+1 |
| |\ \ \ \ | |||||
| | * | | | | Fixed bug MPDEV-628 / LP:989055 - Querying myisam table metadata may corrupt ... | Michael Widenius | 2013-03-01 | 1 | -1/+1 |
| * | | | | | merge with mysql-5.5.30 minus few incorrect or not applicable changesets | Sergei Golubchik | 2013-02-28 | 1 | -9/+28 |
| |\ \ \ \ \ | | |/ / / / | |/| | / / | | | |/ / | | |/| | | |||||
| | * | | | BUG#11753923-SQL THREAD CRASHES ON DISK FULL | Venkatesh Duggirala | 2013-01-02 | 1 | -0/+1 |
| | |\ \ \ | | | | |/ | | | |/| | |||||
| | | * | | BUG#11753923-SQL THREAD CRASHES ON DISK FULL | Venkatesh Duggirala | 2013-01-02 | 1 | -0/+1 |
| | * | | | BUG#14726272- BACKPORT FIX FOR BUG 11746142 TO 5.5 AND 5.1 | Venkatesh Duggirala | 2012-12-28 | 1 | -8/+40 |
| | |\ \ \ | | | |/ / | |||||
| | | * | | BUG#14726272- BACKPORT FIX FOR BUG 11746142 TO 5.5 AND 5.1 | Venkatesh Duggirala | 2012-12-28 | 1 | -8/+38 |
| | * | | | Bug#14627287 THREAD CACHE - BYPASSES PRIVILEGES | prabakaran thirumalai | 2012-12-21 | 1 | -1/+1 |
| | |\ \ \ | | | |/ / | |||||
| | | * | | Bug#14627287 THREAD CACHE - BYPASSES PRIVILEGES | prabakaran thirumalai | 2012-12-21 | 1 | -1/+1 |
| | * | | | Bug#14234028 - CRASH DURING SHUTDOWN WITH BACKGROUND PURGE THREAD | Aditya A | 2012-11-08 | 1 | -1/+1 |
| | |\ \ \ | | | |/ / | |||||
| | | * | | Bug#14234028 - CRASH DURING SHUTDOWN WITH BACKGROUND PURGE THREAD | Aditya A | 2012-11-08 | 1 | -1/+1 |
| | * | | | Merge from mysql-5.1 to mysql-5.5 | Jon Olav Hauglid | 2012-09-25 | 1 | -1/+1 |
| | |\ \ \ | | | |/ / | |||||
* | | | | | Automatic merge | Michael Widenius | 2013-03-25 | 1 | -10/+11 |
|\ \ \ \ \ | |||||
| * | | | | | Speed up connection time: | Michael Widenius | 2013-03-25 | 1 | -89/+127 |
| | |_|_|/ | |/| | | | |||||
* | | | | | Speed up connection time: | Michael Widenius | 2013-03-20 | 1 | -87/+121 |
|/ / / / | |||||
* | | | | set THR_THD key and current_thd=NULL as early as possible, | Sergei Golubchik | 2013-02-05 | 1 | -6/+8 |