- 12 May, 2015 1 commit
-
-
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 14 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.
-
Sergei Golubchik authored
MDEV-7585 Assertion `thd->is_error() || kill_errno || thd->killed == ABORT_QUERY' failed in ha_rows filesort if we clear the error status (in THD::clear_error()) make sure to clear the thd->killed == KILL_BAD_DATA too, because it was caused by the error that we're clearing.
-
Sergei Golubchik authored
Remove the too restrictive bugfix for bug#67088. FIFO can be used for general/slow logs, but lseek() and fsync() on FIFO fail. And open() needs to be non-blocking, in case the other end isn't reading.
-
Sergei Golubchik authored
because current_thd is NULL and ER() causes sigsegv
-
Sergei Golubchik authored
-
Oleksandr Byelkin authored
The double call of ref used tables fixed.
-