- 11 Feb, 2015 2 commits
-
-
Sergei Golubchik authored
-
Sergei Golubchik authored
-
- 10 Feb, 2015 1 commit
-
-
Sergei Golubchik authored
-
- 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 4 commits
-
-
Sergei Golubchik authored
add "mysql-compat-server" alias to MariaDB-server package
-
Sergei Golubchik authored
it's in the dead code (ifdef-ed out) so it doesn't matter what it is. still better to keep it closer to the upstream
-
Rich Prohaska authored
-
Rich Prohaska authored
-
- 15 Jan, 2015 5 commits
-
-
Rich Prohaska authored
-
Rich Prohaska authored
-
Rich Prohaska authored
-
Rich Prohaska authored
-
Rich Prohaska authored
-
- 14 Jan, 2015 4 commits
-
-
Sergey Vojtovich authored
Let mtr handle SIGHUP the same way as SIGINT. This solves stale mysqld processes left after broken/closed ssh connection.
-
Nirbhay Choubey authored
mysql.service failed to load Added 'systemctl daemon-reload' command in postin and postun rpm scripts.
-
Rich Prohaska authored
-
Sergei Golubchik authored
mysql_alter_table() that is used in mysql_recreate_table() doesn't expect many tables in the TABLE_LIST.
-
- 13 Jan, 2015 4 commits
-
-
Sergei Golubchik authored
-
Sergei Golubchik authored
-
Sergei Golubchik authored
adjust enum values when reading them from frm
-
Rich Prohaska authored
-
- 12 Jan, 2015 1 commit
-
-
Rich Prohaska authored
-
- 10 Jan, 2015 2 commits
-
-
Rich Prohaska authored
-
Sergei Golubchik authored
workaround for missing SP auto-reparse. allow the user to disable stored_program_cache_size, if he wants
-
- 08 Jan, 2015 2 commits
-
-
Rich Prohaska authored
-
Rich Prohaska authored
-