- 31 Oct, 2012 1 commit
-
-
Sergei Golubchik authored
-
- 30 Oct, 2012 3 commits
-
-
Sergei Golubchik authored
and when safemalloc is enabled (use ucontext, otherwise backtrace function gets confused and crashes)
-
Sergei Golubchik authored
because it assumes the function prologue that gcc does not generate.
-
Sergei Golubchik authored
(and collateral changes) mysql-test/t/innodb_mysql_lock.test: change the variable from the test, not from the .opt file. one mysqld restart less. mysql-test/t/lowercase_table4.test: fix dos line endings sql/handler.cc: don't access the uninitialized variable
-
- 29 Oct, 2012 6 commits
-
-
Sergei Golubchik authored
-
Vladislav Vaintroub authored
Ensure semicolons are not lost when concatenating fill_help_tables to bootstrap.sql in Windows. 5.6 bootstrapper requires semicolons to separate bootstrapper commands.
-
Sergei Golubchik authored
always use intptr type when casting a pointer to an integer to avoid sign expansion. or, at least, cast identically in socket_summary_by_instance and socket_instances
-
Sergei Golubchik authored
-
Sergei Golubchik authored
The following piece of code in trnman.c: 345 trn->min_read_from= active_list_min.next->trid; ... 351 active_list_max.prev= trn->prev->next= trn; 352 trid_min_read_from= active_list_min.next->min_read_from; on 345 gcc stores active_list_min.next in %ebx (and trn->min_read_from=[%ebx]->trid) and on 352 it does trid_min_read_from= [%ebx]->min_read_from; BUT active_list_min.next was changed on the line 351. gcc doesn't notice it and continues to use the cached value.
-
Sergei Golubchik authored
-
- 28 Oct, 2012 1 commit
-
-
Sergei Golubchik authored
Bug#13510739 63775: SERVER CRASH ON HANDLER READ NEXT AFTER DELETE RECORD.
-
- 27 Oct, 2012 4 commits
-
-
Sergei Golubchik authored
-
Sergei Golubchik authored
-
Sergei Golubchik authored
shared should provide libmysqlclient.so.18(libmysqlclient_16) too don't "use DBD::mysql" explicitly in mytop
-
Sergei Golubchik authored
-
- 25 Oct, 2012 1 commit
-
-
Sergei Golubchik authored
(because of a width or a short buffer)
-
- 22 Oct, 2012 1 commit
-
-
unknown authored
Adjusted test case results after the merge 10.0-base, 10.0-monty. The results are in sync with MySQL 5.6.7.
-
- 20 Oct, 2012 2 commits
-
-
Sergei Golubchik authored
-
Sergei Golubchik authored
fix rpl_mdev382.result
-
- 19 Oct, 2012 1 commit
-
-
Sergei Golubchik authored
-
- 12 Oct, 2012 1 commit
-
-
unknown authored
After the merge of VIO stuff from MySQL 5.6, there were some bugs left in the non-blocking client library: - vio_io_wait() was introduced without any support for non-blocking operation, so async queries could turn into sync. - Timeouts were changed to milliseconds, but this was not reflected in the non-blocking API, also semantics was changed so signed -1 was used for "no timeout" rather than unsigned 0. Fix by implementing and using my_io_wait_async() in the non-blocking case. And by introducing a new mysql_get_timeout_value_ms() API function that provides the timeout with millisecond granularity. The old mysql_get_timeout_value() is kept and fixed to work correctly, converting the timeout to whole seconds.
-
- 11 Oct, 2012 1 commit
-
-
Sergey Petrunya authored
-
- 08 Oct, 2012 1 commit
-
-
Sergei Golubchik authored
-
- 07 Oct, 2012 1 commit
-
-
Sergei Golubchik authored
-
- 06 Oct, 2012 5 commits
-
-
Sergey Petrunya authored
-
Sergey Petrunya authored
-
Sergey Petrunya authored
-
Sergey Petrunya authored
- Only allow basic constants as SHOW EXPLAIN arguments.
-
Sergey Petrunya authored
-
- 05 Oct, 2012 1 commit
-
-
Sergei Golubchik authored
disable the test that's broken upstream
-
- 04 Oct, 2012 10 commits
-
-
Sergei Golubchik authored
-
Michael Widenius authored
-
Michael Widenius authored
-
Michael Widenius authored
sql/rpl_mi.cc: Fixed compiler warning support-files/compiler_warnings.supp: Supress warning about offsetof macro. (ok in this case)
-
Michael Widenius authored
- Wrong thd uses in Item_subselect, could lead to crash - Inititalize uninitialized variable in new autoincrement handling code sql/handler.cc: More DBUG_PRINT sql/item_subselect.cc: Wrong thd uses in Item_subselect, could lead to crash storage/innobase/handler/ha_innodb.cc: Initialize variable needed by upper level. This only happens when auto-increment value wraps over. storage/xtradb/handler/ha_innodb.cc: Initialize variable needed by upper level. This only happens when auto-increment value wraps over.
-
Elena Stepanova authored
-
Sergei Golubchik authored
-
Elena Stepanova authored
-
Elena Stepanova authored
-
Elena Stepanova authored
-