- 13 Feb, 2015 1 commit
-
-
Sergei Golubchik authored
Start the client API for low-level protocol access: * unsigned long mysql_net_read_packet(MYSQL *mysql); * unsigned long mysql_net_field_length(unsigned char **packet);
-
- 12 Feb, 2015 1 commit
-
-
Sergei Golubchik authored
-
- 11 Feb, 2015 5 commits
-
-
Sergei Golubchik authored
-
Sergei Golubchik authored
-
Sergei Golubchik authored
-
Sergei Golubchik authored
-
Sergei Golubchik authored
-
- 10 Feb, 2015 2 commits
-
-
Sergei Golubchik authored
-
Sergei Golubchik authored
-
- 09 Feb, 2015 2 commits
-
-
Sergei Golubchik authored
* fix /etc/init.d/mysql to use log-basename for pid-filename * fix mysqld_safe not to force logging-to-file when log-basename is specified
-
Sergei Golubchik authored
include oqgraph into deb packages conditionally, just like we do with tokudb
-
- 11 Feb, 2015 1 commit
-
-
unknown authored
Do not use merge_for_insert for commands which use SELECT because optimizer can't work with such tables. Fixes which makes multi-delete working with normally merged views.
-
- 10 Feb, 2015 3 commits
-
-
Alexey Botchkov authored
When the distance in ST_BUFFER is too far negative the coordinates can run out of the operational area. We should just return an empty geometry in this case.
-
Jan Lindström authored
-
Jan Lindström authored
-
- 09 Feb, 2015 1 commit
-
-
Jan Lindström authored
The testcase fails randomly due to ibuf merge happening in the background. Fix not to do any merges with ibuf_debug enabled.
-
- 08 Feb, 2015 2 commits
-
-
Alexey Botchkov authored
-
Elena Stepanova authored
Previously IF NOT EXISTS was added in Debian version in revno 3543. Now added the same for Ubuntu.
-
- 06 Feb, 2015 1 commit
-
-
Alexey Botchkov authored
MDEV-7435 Windows debug: Run-Time Check Failure #3 - The variable 'unused' is being used without being initialized. Fixed as it's done in 10.0.
-
- 04 Feb, 2015 5 commits
-
-
Jan Lindström authored
-
Jan Lindström authored
causes server crash Analysis: If wrong data types used on foreign constraint there was possibility that foreign->id is NULL when incorrect foreign constraint was removed from the dictionary cache. Fix: Add guard foreign->id != NULL before trying to lookup or remove the foreign constraint from dictionary cache. Tested using user database where problem was repeatable.
-
Jan Lindström authored
-
Jan Lindström authored
MDEV-7055: MySQL#74664 - InnoDB: Failing assertion: len <= col->len || col->mtype == 5 || (col->len == 0 && col->mtype == 1) in file rem0rec.cc line 845 Debug assertion maybe too strict.
-
Jan Lindström authored
Analysis: Purge thread does not have thd and no access to handlerton. Fix: If thd does not exists we use sql_print_warning instead of push_warning_printf.
-
- 29 Jan, 2015 1 commit
-
-
Sergei Golubchik authored
added a script to regenerate certificates easily in the future (2035!) restored server8k-key.pem to actually be 8K key, as it was supposed to
-
- 28 Jan, 2015 1 commit
-
-
unknown authored
Backport from mysql 5.7. The patch reviewed, test added.
-
- 23 Jan, 2015 1 commit
-
-
Sergei Golubchik authored
-
- 22 Jan, 2015 2 commits
-
-
Rich Prohaska authored
-
Rich Prohaska authored
-
- 21 Jan, 2015 3 commits
-
-
Rich Prohaska authored
-
Rich Prohaska authored
DB-802 make.mysql.bash should extract and use the tokudb version as the git tag. there was a broken RE
-
Rich Prohaska authored
-
- 19 Jan, 2015 7 commits
-
-
Sergei Golubchik authored
-
Sergei Golubchik authored
MDEV-6220 mysqldump will not backup database with --flush-logs parameter and log_error my.cnf parameter defined some checks were "if [ -n "$err_log" ]", others were "if [ $want_syslog -eq 0 ]", so when both are set, error log file was only partially initialized. To avoid this ambiguity we reset want_syslog when error log file is used.
-
Sergei Golubchik authored
-
Sergei Golubchik authored
correct the check for PLUGIN_VAR_STR
-
Sergei Golubchik authored
mtr internally does the following: 1. $default_vardir=.... 2. $opt_vardir=$default_vardir unless $opt_vardir; 3. $opt_vardir=realpath $opt_vardir unless IS_WINDOWS 4. if ($opt_vardir eq $default_vardir) { .... use /dev/shm ... } thus we have to realpath $default_datadir too, otherwise the comparison logic might be broken
-
Rich Prohaska authored
-
Rich Prohaska authored
-
- 16 Jan, 2015 1 commit
-
-
Sergei Golubchik authored
add "mysql-compat-server" alias to MariaDB-server package
-