summaryrefslogtreecommitdiff
path: root/plugin/semisync
Commit message (Expand)AuthorAgeFilesLines
...
| | | * | | | | | mergeVladislav Vaintroub2009-12-114-91/+39
| | | |\ \ \ \ \ \ | | | | | |/ / / / | | | | |/| | | |
| | | | * | | | | Merge from trunk-bugfixingHe Zhenxing2009-12-052-3/+3
| | | | |\ \ \ \ \ | | | | | | |/ / / | | | | | |/| | / | | | | | |_|_|/ | | | | |/| | |
| | | | | * | | Postfix after merge patch for Bug#49020He Zhenxing2009-12-042-3/+3
| | | | * | | | Auto merge postfix of Bug#49020He Zhenxing2009-12-041-2/+3
| | | | |\ \ \ \ | | | | | |/ / /
| | | | | * | | Post fix for previous patch of Bug#49020He Zhenxing2009-12-041-2/+3
| | | | * | | | Auto merge fix for Bug#49020He Zhenxing2009-12-042-80/+27
| | | | |\ \ \ \ | | | | | |/ / / | | | | | | | / | | | | | |_|/ | | | | |/| |
| | | | | * | Bug#49020 Semi-sync master crashed with free_pool == NULL, assertion `free_po...He Zhenxing2009-12-042-80/+27
| | | | | |/
| | | | * | Bug#48351 Inconsistent library names for semisync pluginHe Zhenxing2009-11-272-10/+10
| | | | |/
| | | * | fix build errorsVladislav Vaintroub2009-12-011-4/+8
| | | * | - Introduce MYSQL_ADD_PLUGIN that replaces MYSQL_STORAGE_ENGINEVladislav Vaintroub2009-12-011-11/+4
| | | * | WL#5161 : Cross-platform build with CMakeVladislav Vaintroub2009-11-091-18/+15
| | | |/
| | | * Postfix of previews commit, add missing fileHe Zhenxing2009-10-231-0/+35
| | | * Add semi-sync support for WindowsHe Zhenxing2009-10-232-0/+20
| | | * Postfix of bug#45674He Zhenxing2009-10-181-2/+3
| | | * Backport post fix for semisyncHe Zhenxing2009-10-122-15/+0
| | | * Backport BUG#47298 Semisync: always wait until timeout if no semi-sync slave ...He Zhenxing2009-10-124-11/+37
| | | * BUG#45674 FLUSH STATUS does not reset semisynchronous countersHe Zhenxing2009-10-123-108/+90
| | | * Backport Bug#45852 Semisynch: Last_IO_Error: Fatal error: Failed to run 'afte...He Zhenxing2009-10-121-1/+8
| | | * Backport BUG#45848 Semisynchronous replication internals are visible in SHOW ...He Zhenxing2009-10-128-108/+234
| | | * Fix semisync master/slave status always showed as OFF on sparcHe Zhenxing2009-10-034-4/+4
| | | * Backporting WL#4398 WL#1720He Zhenxing2009-09-2611-0/+2562
* | | Merge branch '10.0' into 10.1Sergei Golubchik2015-11-191-1/+3
|\ \ \ | |/ /
| * | MDEV-8066 Crash on unloading semisync_master pluginMonty2015-11-141-1/+4
* | | MDEV-7943 - pthread_getspecific() takes 0.76% in OLTP ROSergey Vojtovich2015-05-141-2/+2
* | | MDEV-6650 - LINT_INIT emits code in non-debug buildsSergey Vojtovich2015-03-161-2/+0
* | | MDEV-162 Enhanced semisync replicationJonas Oreland2014-12-233-0/+56
|/ /
* | MDEV-5120 Test suite test maria-no-logging failsMichael Widenius2014-09-301-3/+1
* | semisync maturity: Unknown -> GammaSergei Golubchik2014-06-242-2/+2
* | 5.5 mergeSergei Golubchik2014-05-093-0/+3
|\ \ | |/
| * mysql-5.5.37 selective mergeSergei Golubchik2014-03-273-0/+3
| |\
| | * Updated/added copyright header. Added line "use is subject to license terms" Murthy Narkedimilli2014-02-173-0/+3
* | | 10.0-base mergeSergei Golubchik2014-02-031-15/+13
|\ \ \
| * \ \ 5.5 mergeSergei Golubchik2014-02-011-15/+13
| |\ \ \ | | |/ /
| | * | MySQL-5.5.35 mergeSergei Golubchik2014-01-221-15/+13
| | |\ \ | | | |/
| | | * BUG#17460821: ASSERTION ERROR WHEN STOPPING SLAVE AFTER SEMI-SYNC ON MASTER I...Luis Soares2013-10-171-7/+11
| | | * BUG#17508351: REDUNDANT CODE IN REPLSEMISYNCMASTER::UPDATESYNCHEADERLuis Soares2013-10-081-8/+2
| | | * Bug#17327454:SEMI-SYNC REPLICATION MASTER CRASH WHEN SETSujatha Sivakumar2013-09-231-1/+2
* | | | MDEV-201 - Assertion `!thd->spcont' failed in net_send_error on server shutdownSergei Golubchik2013-11-101-2/+3
* | | | 10.0-base merge.Sergei Golubchik2013-09-211-9/+5
|\ \ \ \ | |/ / /
| * | | 5.5 merge and fixes for compiler/test errorsSergei Golubchik2013-09-181-9/+5
| |\ \ \ | | |/ /
| | * | MDEV-4926: Remove division-using-subtraction implementation from semi-sync pl...Vladislav Vaintroub2013-09-031-9/+5
* | | | 10.0-base mergeSergei Golubchik2013-04-155-16/+21
|\ \ \ \ | |/ / /
| * | | MDEV-4254 Semisync plugins to link statically into MariaDBSergei Golubchik2013-04-095-16/+21
* | | | 10.0-base -> 10.0-montySergei Golubchik2012-10-195-15/+16
|\ \ \ \ | |/ / /
| * | | Changed SHOW_FUNC variabels that don't return SHOW_ARRAY to SHOW_SIMPLE_FUNC.Michael Widenius2012-10-031-9/+9
| * | | Automatic merge with 5.5Michael Widenius2012-09-015-6/+7
| |\ \ \ | | |/ /
| | * | Automatic mergeMichael Widenius2012-08-131-1/+2
| | |\ \
| | | * | Fixed compiler warnings (A few of these was bugs)Michael Widenius2012-08-131-1/+2
| | * | | merge with MySQL 5.5.27Sergei Golubchik2012-08-094-5/+5
| | |\ \ \ | | | |/ / | | |/| / | | | |/
| | | * Bug#14238406 NEW COMPILATION WARNINGS WITH GCC 4.7 (-WERROR=NARROWING)Jon Olav Hauglid2012-06-294-5/+5