- 22 Jul, 2014 2 commits
-
-
Nirbhay Choubey authored
-
Nirbhay Choubey authored
The variables' ON_CHECK functions relied on set_var's "value" member, which is NULL for SET ... =default. Fixed by using save_result instead. Also, for many wsrep variables, pointers to their respective global variables were used to provide default values. The patch fixes this by using appropriate macros and string literals.
-
- 17 Jul, 2014 1 commit
-
-
Nirbhay Choubey authored
packages * Added "galera" as default option group. * Updated deb/rpm server config files to include mandatory and optional settings (as comments) required to configure Galera cluster.
-
- 15 Jul, 2014 1 commit
-
-
Nirbhay Choubey authored
Introduced safety checks to ensure mysqld_safe terminates if mktemp fails to create a valid file.
-
- 12 Jul, 2014 1 commit
-
-
Nirbhay Choubey authored
Galera tests used default base/SST ports which led to failures due to port conflicts when run in parallel. Fixed by setting them to ones generated by mtr framework.
-
- 10 Jul, 2014 1 commit
-
-
Nirbhay Choubey authored
system tables With wsrep patch, binary logging is implicitly enabled. This fix makes sure that it is turned off for --skip-write-binlog by swithcing off wsrep_on.
-
- 09 Jul, 2014 1 commit
-
-
Nirbhay Choubey authored
causes crash Fixed by properly handling the NULL values.
-
- 30 Jun, 2014 2 commits
-
-
Nirbhay Choubey authored
-
Jan Lindström authored
Analysis: Based on crashed the buffer pool instance identifier is not correct on block to be freed. Add LRU list mutex holding on functions calling free and add additional safety checks.
-
- 23 Jun, 2014 1 commit
-
-
Nirbhay Choubey authored
-
- 15 Jun, 2014 1 commit
-
-
Nirbhay Choubey authored
threads but never removes them When wsrep_slave_threads is changed at runtime, the old "change" value is not taken into account and thus successive SETs can make wsrep_slave_threads value inconsistent with the actual number of applier threads present.
-
- 11 Jun, 2014 1 commit
-
-
Nirbhay Choubey authored
-
- 10 Jun, 2014 6 commits
-
-
Nirbhay Choubey authored
* bzr merge -r3980..3984 codership-mysql/5.5 * bzr merge -r3985..3997 codership-mysql/5.5 * Fixed a segfault. * Modified wsrep.variables test & fixed a warning in mtr script.
-
Nirbhay Choubey authored
Updated wsrep.variables test.
-
Nirbhay Choubey authored
-
Nirbhay Choubey authored
-
Nirbhay Choubey authored
-
Nirbhay Choubey authored
-
- 06 Jun, 2014 2 commits
-
-
Nirbhay Choubey authored
-
Nirbhay Choubey authored
if galera library is not specified or found.
-
- 05 Jun, 2014 4 commits
-
-
Sergei Golubchik authored
-
Sergey Petrunya authored
- When range optimizer cannot the lookup value into [VAR]CHAR(n) column, it should produce: = "Impossible range" for equality = "no range" for non-equalities.
-
Alexander Barkov authored
-
Alexander Barkov authored
"have_warnings" was set to an uninialized value when converting a negative number to datetime.
-
- 04 Jun, 2014 3 commits
-
-
Alexander Barkov authored
-
Alexander Barkov authored
MDEV-6099 Bad results for DATE_ADD(.., INTERVAL 2000000000000000000.0 SECOND) MDEV-6097 Inconsistent results for CAST(int,decimal,double AS DATETIME) MDEV-6100 No warning on CAST(9000000 AS TIME)
-
unknown authored
We have to run the derived table prepare before the unique table check to mark the derived table (in this case the unique table check can turn that table to materialized one).
-
- 03 Jun, 2014 5 commits
-
-
Sergei Golubchik authored
-
Sergei Golubchik authored
use -ggdb3 if supported
-
Sergei Golubchik authored
Bug #18167356: EXPLAIN W/ EXISTS(SELECT* UNION SELECT*) WHERE ONE OF SELECT* IS DISTINCT FAILS. the bugfix itself was not merged - MariaDB doesn't have this bug.
-
Sergei Golubchik authored
-
Sergei Golubchik authored
-
- 02 Jun, 2014 5 commits
-
-
Sergei Golubchik authored
-
Sergei Golubchik authored
-
Sergei Golubchik authored
-
Sergei Golubchik authored
-
unknown authored
mysql_derived_merge() made correctly working with views.
-
- 01 Jun, 2014 1 commit
-
-
Sergei Golubchik authored
-
- 31 May, 2014 2 commits
-
-
Sergei Golubchik authored
Added the EXCEPTIONS-CLIENT (that was lost in the merge), as the ascii version of http://www.mysql.com/about/legal/licensing/foss-exception/
-
Sergei Golubchik authored
-