- 23 Jul, 2014 8 commits
-
-
Vicentiu Ciorbaru authored
-
Vicentiu Ciorbaru authored
Added extra check for default_role column.
-
Vicentiu Ciorbaru authored
-
Vicentiu Ciorbaru authored
-
Vicentiu Ciorbaru authored
Also fixed wording on one message.
-
Vicentiu Ciorbaru authored
-
Jan Lindström authored
-
Jan Lindström authored
to avoid test failures.
-
- 22 Jul, 2014 2 commits
-
-
Sergei Petrunia authored
# of processed files is printed every 15 sec.
-
Jan Lindström authored
compression format (Fusion-IO). Addeed LZMA and BZIP2 compression methods.
-
- 05 Jul, 2014 1 commit
-
-
Elena Stepanova authored
-
- 04 Jul, 2014 1 commit
-
-
Sergei Golubchik authored
-
- 02 Jul, 2014 1 commit
-
-
Oleksandr Byelkin authored
-
- 29 Jun, 2014 1 commit
-
-
Sergei Golubchik authored
-
- 28 Jun, 2014 1 commit
-
-
Jan Lindström authored
in file buf0mtflu.cc line 570. Analysis: Real timing bug, we should take the mutex before we try to send those shutdown messages, that would make sure that threads doing a unfinished flush (they have acquired this mutex) have time to do their work before we add shutdown messages to work queue. Currently, we just add those shutdown messages to work queue and code assumes that at flush, there is constant number of items to be processed and thus leading to assertion.
-
- 27 Jun, 2014 1 commit
-
-
Sergei Petrunia authored
-
- 26 Jun, 2014 17 commits
-
-
Sergei Petrunia authored
Forgot the code
-
Sergei Petrunia authored
-
Sergei Petrunia authored
- Add support for DELETE .. RETURNING statement in ANALYZE code.
-
Jan Lindström authored
-
Jan Lindström authored
variables and reduce the number of ifdef's
-
Sergei Petrunia authored
-
Sergei Petrunia authored
- In print_explain_row(), do not forget to print r_rows. - Switch Explain_update from using its own counters to re-using Table_access_tracker. - Make ANALYZE UPDATE code structure uniform with ANALYZE DELETE.
-
Sergei Petrunia authored
-
Sergei Petrunia authored
-
Sergei Golubchik authored
add a comment
-
Sergei Golubchik authored
-Wl,-z,relro,-z,now -pie -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2
-
Sergei Golubchik authored
move MY_CHECK_C_COMPILER_FLAG and MY_CHECK_CXX_COMPILER_FLAG to a separate file, introduce MY_CHECK_AND_SET_COMPILER_FLAG, use it where possible.
-
Sergei Golubchik authored
-
Sergei Golubchik authored
-
Alexey Botchkov authored
This reverts commit 0bf9fd89.
-
Sergei Petrunia authored
-
Sergei Petrunia authored
-
- 25 Jun, 2014 7 commits
-
-
Sergei Petrunia authored
-
Alexey Botchkov authored
Scripts added that create OpenGIS-required views and tables they're based upon.
-
Jan Lindström authored
Conflicts: storage/xtradb/handler/ha_innodb.cc
-
Sergei Petrunia authored
-
Jan Lindström authored
-
Sergei Petrunia authored
-
Sergei Petrunia authored
-