- 15 Jun, 2013 1 commit
-
-
Vladislav Vaintroub authored
Non-blocking client currently can be build on Windows, GCC on i386 and x64, or any OS wth ucontext.h header. Prior to this patch, build failed if neither of these conditions is true. Fix to avoid compiler errors in these case - non-blocking API would not be useful on , but otherwise everything will work as before.
-
- 17 Jun, 2013 2 commits
-
-
unknown authored
-
Alexander Barkov authored
modified: mysql-test/r/ps_2myisam.result mysql-test/r/ps_3innodb.result mysql-test/r/ps_4heap.result mysql-test/r/ps_5merge.result mysql-test/r/type_datetime_hires.result mysql-test/suite/maria/r/ps_maria.result mysql-test/t/type_datetime_hires.test sql/item_timefunc.h
-
- 15 Jun, 2013 1 commit
-
-
Sergei Golubchik authored
Partitioning didn't store the name of default storage engine for partitions in the frm file - it only store the typecode. Typecodes aren't stable, and might vary depending on the order in which storage engines are loaded (can be changed even from my.cnf without recompilation). As a temporary workaround for 5.5, we hard-code Aria's typecode, to make sure it never changes.
-
- 14 Jun, 2013 1 commit
-
-
Sergei Golubchik authored
Add mysql_plugin.1 from mysql-5.5.30.tar.gz
-
- 13 Jun, 2013 7 commits
-
-
Sergei Golubchik authored
SHOW PROCESSLIST might see a thread that started executing a query *after* processlist has started. Don't show a negative or huge wrapped-around query execution time.
-
Sergei Golubchik authored
fix incorrect assert
-
Sergei Golubchik authored
fix I_S table definitions in sql_show.cc
-
Sergei Golubchik authored
-
Sergei Golubchik authored
MDEV-4444 Server crashes with "safe_mutex: Trying to destroy a mutex share->mutex that was locked" on attempt to recover an archive table
-
Sergei Golubchik authored
-
Sergei Golubchik authored
change WARN_PLUGIN_DELETE_BUILTIN to ER_PLUGIN_DELETE_BUILTIN
-
- 12 Jun, 2013 4 commits
-
-
Sergei Golubchik authored
Patches provided by Jan Stanek and Honza Horak
-
Sergei Golubchik authored
reset SERVER_MORE_RESULTS_EXISTS *after* sending the OUT packet to the client. the next packet will be the last one. patch by Georg Richter.
-
Sergei Golubchik authored
fix the init script for .deb packages (rpm's were fine already)
-
Sergei Golubchik authored
protect THD::db with THD::LOCK_thd_data
-
- 11 Jun, 2013 2 commits
-
-
Sergei Golubchik authored
add a new command-line option --pam-use-cleartext-plugin
-
Sergei Golubchik authored
recognize the constant, to be compatible with MySQL clients.
-
- 10 Jun, 2013 1 commit
-
-
Sergei Golubchik authored
backport mysql --binary-mode (bug#11747577, bug#33048)
-
- 12 Jun, 2013 1 commit
-
-
Elena Stepanova authored
Additional fix for remaining issues with sys_vars.* tests
-
- 11 Jun, 2013 1 commit
-
-
Michael Widenius authored
-
- 07 Jun, 2013 3 commits
-
-
Sergei Golubchik authored
MDEV-4468 Assertion `error != 0' fails or timeout occurs on select from a FEDERATED table which points at a non-existent table Federated uses SHOW TABLE STATUS LIKE for ::info(). For nonexisting remote table it doesn't fail, but returns an empty result set. We need to fake the error in the handler.
-
Sergei Golubchik authored
MDEV-4480 Assertion `inited == NONE' fails on closing a connection with open handler on temporary table
-
Sergei Golubchik authored
-
- 09 Jun, 2013 1 commit
-
-
Michael Widenius authored
(uninitalized variables are detected by DBUG builds) - Fixed wrong declaration which cased compile failure on 32 bit cmake/build_configurations/mysql_release.cmake: Added -Wno-uninitialized to avoid warnings in release builds (uninitalized variables are detected by DBUG builds) include/maria.h: Fixed wrong declaration which cased compile failure on 32 bit include/myisam.h: Fixed wrong declaration which cased compile failure on 32 bit
-
- 06 Jun, 2013 2 commits
-
-
unknown authored
mysql_derived_merge_for_insert() should not be called for views or derived tables which are not put (directly or via other views) in main SELECT_LEX "join list".
-
Michael Widenius authored
Fixed some cases that didn't work with > 4G buffers. Fixed compiler warnings include/mysql_com.h: Avoid compiler warning with strncmp() sql-common/client.c: Fixed long comment; Added () sql/filesort.cc: Fix code to get filesort to work with big buffers sql/sys_vars.cc: Fixed some cache variables that could be set to higher value than the size_t Limit query cache to ULONG_MAX as the query cache buffer variables are ulong storage/federatedx/ha_federatedx.cc: Remove not used variable storage/maria/ha_maria.cc: Fix that bulk_insert() works with big buffers storage/maria/ma_write.c: Fix that bulk_insert() works with big buffers storage/myisam/ha_myisam.cc: Fix that bulk_insert() works with big buffers storage/myisam/mi_write.c: Fix that bulk_insert() works with big buffers storage/sphinx/snippets_udf.cc: Fixed compiler warnings
-
- 05 Jun, 2013 1 commit
-
-
Michael Widenius authored
-Run test suite with smaller aria keybuffer size (to make it possible to run more tests in parallel) -Added test and extra code to ensure we don't leave keyread on for a handler table. -Create on disk temporary files always with long data pointers if SQL_SMALL_RESULT is not used. This ensures that we can handle temporary files bigger than 4G. mysql-test/include/default_mysqld.cnf: Run test suite with smaller aria keybuffer size mysql-test/suite/maria/maria3.result: Run test suite with smaller aria keybuffer size mysql-test/suite/sys_vars/r/aria_pagecache_buffer_size_basic.result: Run test suite with smaller aria keybuffer size sql/handler.cc: Disable key read (extra safety if something went wrong) sql/multi_range_read.cc: Ensure we have don't leave keyread on for secondary_file sql/opt_range.cc: Simplify code with mark_columns_used_by_index_no_reset() Ensure that read_keys_and_merge() disableds keyread if it enables it sql/opt_subselect.cc: Remove not anymore used argument for create_internal_tmp_table() sql/sql_derived.cc: Remove not anymore used argument for create_internal_tmp_table() sql/sql_select.cc: Use 'enable_keyread()' instead of calling HA_EXTRA_RESET. (Makes debugging easier) Create on disk temporary files always with long data pointers if SQL_SMALL_RESULT is not used. This ensures that we can handle temporary files bigger than 4G. Remove not anymore used argument for create_internal_tmp_table() More DBUG sql/sql_select.h: Remove not anymore used argument for create_internal_tmp_table()
-
- 01 Jun, 2013 2 commits
-
-
Vladislav Vaintroub authored
-
Vladislav Vaintroub authored
Problem : libreadline.so was already present on the machine, however the cmake check NEW_READLINE_INTERFACE was unsuccessfull indicating, thus bundled library had to be used instead of system library. The problem was that the value for HAVE_HIST_ENTRY cmake variable was cached with incorrect value (1 on NetBSD). The fix is to change HAVE_HIST_ENTRY to 0 with CACHE FORCE, after switching to bundled readline.
-
- 30 May, 2013 1 commit
-
-
unknown authored
MDEV-4520: Assertion `0' fails in Query_cache::end_of_result on concurrent drop event and event executio Fix for embedded library, where thd->net.vio is not set which efficently switched off QC in emmbedded server for previous patch.
-
- 28 May, 2013 1 commit
-
-
Sergei Golubchik authored
remove the workaround from cmake/os/FreeBSD.cmake
-
- 23 May, 2013 1 commit
-
-
unknown authored
MDEV-4520: Assertion `0' fails in Query_cache::end_of_result on concurrent drop event and event execution If there is no net.vio then query cache cant't get data via net_real_write() so it is better just do not try to cache such query.
-
- 22 May, 2013 1 commit
-
-
Vladislav Vaintroub authored
replaced snippets_udf.cc with the latest version (2.0.8 from sphinxsource.com), fixed trivial errors on Windows. It will be compiled and installed into plugins directory now.
-
- 27 May, 2013 1 commit
-
-
Vladislav Vaintroub authored
-
- 24 May, 2013 1 commit
-
-
Sergei Golubchik authored
if qc->try_lock() fails, it's not an error
-
- 21 May, 2013 4 commits
-
-
Sergei Golubchik authored
-
Sergei Golubchik authored
(part 2)
-
Sergei Golubchik authored
-
Sergei Golubchik authored
-