- 18 Jun, 2015 1 commit
-
-
Nirbhay Choubey authored
Add SELinux policy and AppArmor profile under policy/.
-
- 24 May, 2015 1 commit
-
-
Nirbhay Choubey authored
During server start, as wsrep initialization happens before plugin_init(), segfault may occur if wsrep THDs try to access the uninitialized maria_hton.
-
- 16 May, 2015 1 commit
-
-
Nirbhay Choubey authored
In wsrep, CTAS should be handled like a regular transaction. Added a test case.
-
- 14 May, 2015 1 commit
-
-
Nirbhay Choubey authored
..print a false positive stack trace into the log Suppress the stacktrace that innobackupex dumps on receiving SIGPIPE.
-
- 12 May, 2015 2 commits
-
-
Nirbhay Choubey authored
Do not use format function attribute for sql_print_xxx() family of functions as they use a MariaDB-specific extension of printf instead of one provided by the system.
-
Nirbhay Choubey authored
-
- 11 May, 2015 1 commit
-
-
Nirbhay Choubey authored
-
- 09 May, 2015 1 commit
-
-
Sergei Golubchik authored
on REPAIR don't do table-specific stuff for views (because even if the view has a temp table opened for it, it's not opened all the way down the engine. In particular, Aria crashes in maria_status() because MARIA_HA* info - that is table->table->file->file - is NULL)
-
- 04 May, 2015 11 commits
-
-
Nirbhay Choubey authored
-
Teemu Ollakka authored
The following FLUSH commands are now executed under total order isolation: * FLUSH DES_KEY_FILE * FLUSH HOSTS * FLUSH PRIVILEGES * FLUSH QUERY CACHE * FLUSH STATUS * FLUSH USER_RESOURCES This patch was backported from mysql-wsrep/5.6 commit cdea608d9a27701d76d0deec49976aa0a08b1a56
-
Teemu Ollakka authored
-
sjaakola authored
sql/sql_parse.cc: In function 'bool do_command(THD*)': sql/sql_parse.cc:758:20: error: 'packet_length' may be used uninitialized in this function [-Werror=maybe-uninitialized] if ((WSREP(thd) && packet_length == packet_error) || [
-
Teemu Ollakka authored
-
Alexey Yurchenko authored
Refs #25 - made sure signals that may be set to ignored in mysqld were set to default in the child process.
-
Alexey Yurchenko authored
* improves MySQL client version check making it no less than required as opposed to exactly as required. * adds event table copying to ensure same results as with rsync SST.
-
Alexey Yurchenko authored
Going more MTR-friendly - for SST prefer to use mysql client, mysqldump and my_print_defaults from the local build tree.
-
Nirbhay Choubey authored
Merge fix to xtradb.
-
sjaakola authored
-
dirtysalt authored
-
- 29 Apr, 2015 4 commits
-
-
Sergei Golubchik authored
-
Vicentiu Ciorbaru authored
-
Sergei Golubchik authored
MDEV-7987 Fatal error: Please read "Security" section of the manual to find out how to run mysqld as root! update the error message to refer to the knowledge base that (now) has an article about this use case
-
Sergei Golubchik authored
-
- 28 Apr, 2015 8 commits
-
-
Sergei Golubchik authored
-
Sergei Golubchik authored
-
Sergei Golubchik authored
-
Sergei Golubchik authored
-
Sergei Golubchik authored
-
Alexey Botchkov authored
Fixed by using POINT instead of ST_POINT in the item. Later need to fix that with proper ST_POINT implementation
-
Jan Lindström authored
Fixed by reverting incorrect fix of MDEC-7055 (reopened) and removing the test case (because it now crashes).
-
Vicentiu Ciorbaru authored
Fixed overflow error that caused fewer bites to be allocated than necessary on Windows 64 bit. This is due to ulong being 32 bit on 64 bit Windows and 64 bit on 64 bit Linux.
-
- 27 Apr, 2015 9 commits
-
-
Sergei Golubchik authored
-
Sergei Golubchik authored
-
Sergei Golubchik authored
-
Sergei Golubchik authored
-
Sergei Golubchik authored
-
Sergei Golubchik authored
-
Sergei Golubchik authored
on disconnect THD must clean user_var_events array before dropping temporary tables. Otherwise when binlogging a DROP, it'll access user_var_events, but they were allocated in the already freed memroot.
-
Sergei Golubchik authored
take into account that argc can be 0 (if there were no commands on the command line)
-
Sergei Golubchik authored
Don't use a fixed buffer for X509_NAME_oneline() in the client. Do as the server does - allocate it dynamically. For a test - regenerate certificates to have the server cert with a long subject.
-