Nirbhay Choubey
7b69cab891
MDEV-4647: Crash on setting wsep system variables to default
...
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.
2014-07-22 09:27:35 -04:00
Nirbhay Choubey
40bfd20180
MDEV#6411 - Setting set @@global_wsrep_sst_auth=NULL
...
causes crash
Fixed by properly handling the NULL values.
2014-07-09 11:04:28 -04:00
Nirbhay Choubey
90ead99572
bzr merge -r3980..3984 codership/5.5
2014-06-10 16:33:57 -04:00
Jan Lindström
fa18dc3944
Merge lp:codership-mysql/5.5 -r3961..3980.
2014-04-16 13:08:29 +03:00
Nirbhay Choubey
31eaa90a6e
Merging revision 3839..3932 from codership-mysql/5.5.
2014-01-09 14:54:57 -05:00
Jan Lindström
ed26f70126
MDEV-443: Galera: Server crashes on flushing tables for SST if started with character_set_server utf16 or utf32 or ucs2, and with wsrep_sst_method=rsync
...
Analysis: In SST Galera directly calls parser using current client character
set. Similarly in BF Galera uses client character set to apply. However,
there are character sets that are not currently supported by the parser.
Fix: If currenct client character set is one of those that is not supported
by the parser, temporally set character set to latin1 before we enter
parser and restore it after we have parsed.
2013-12-04 13:46:28 +02:00
Seppo Jaakola
fca065f95c
Merged with lp:~codership/codership-mysql/5.5-23, up to revision 3903
2013-08-21 17:17:30 +03:00
Seppo Jaakola
9d1546fe2c
References: MDEV-4572 - merge with lp:codership-mysql/5.5-23 revisions 3858..3867
2013-05-25 12:22:57 +03:00
Seppo Jaakola
800fa186e3
merged with codership-mysql up to revision 3839
...
bzr merge -r3810..3839 lp:codership-mysql/5.5
2013-02-05 17:54:42 +02:00
Seppo Jaakola
9da9a242fa
remerging wsrep files from lp:codership-mysql
2013-02-05 16:54:50 +02:00
Seppo Jaakola
e0c6a87b99
re-merging wsrep files from lp:codership-mysql
2013-02-05 15:48:54 +02:00
Seppo Jaakola
fc6cd855e9
References: lp:1066784 - Merged revisions 3810-3827 from lp:codership-mysql
2012-11-28 17:38:32 +02:00
Seppo Jaakola
0892c7ec5d
References lp:1051808 - merged with lp:codership-mysql 5.5.27 based trunk
...
patched with: bzr diff lp:codership-mysql/5.5 -r3779..3790
2012-09-17 11:34:57 +03:00
Seppo Jaakola
8e84b9e740
Merged in change sets 3772-3779 from lp:codership-mysql/5.5
2012-08-30 12:22:37 +03:00
Seppo Jaakola
ebfa24b1d2
References lp:1034621 - Merge up to mysql-5.5.25 level
...
merged codership-mysql/5.5 revisions: bzr diff -r3759..3767
merged codership-mysql/5.5 revisions: bzr diff -r3768..3771
2012-08-09 01:47:21 +03:00
Seppo Jaakola
33ffe0dd29
References lp:1011983
...
Merged from codership-mysql/5.5 changes revisions 3743-3756
2012-06-12 10:55:11 +03:00
Seppo Jaakola
f96fd3f40f
Added wsrep specific files
2012-04-26 13:09:06 +03:00