1047 Commits (152f3c5e28fe2ae3fd950f15bb3de7064500ced5)

Author SHA1 Message Date
Sergei Golubchik 7c459960ec db_low_byte_first is gone 15 years ago
Michael Widenius e6b0be38f9 Bug fix for lp:732124 union + limit returns wrong result 15 years ago
Sergei Golubchik a8a757c6bb wl#173 - temporal types with sub-second resolution 15 years ago
Michael Widenius ff3da0f963 Change TABLE->alias to String for less memory reallocation 15 years ago
Alfranio Correia 8ce9b99246 BUG#59338 Inconsistency in binlog for statements that don't change any rows STATEMENT SBR 15 years ago
unknown 32379aeba9 Merge Percona patch MWL#47 into mariadb 5.2-percona. 15 years ago
Michael Widenius 7c56b08216 Added TRASH() to table->record[0] to find out if we access not initialzed data. 15 years ago
Michael Widenius 52090a4434 Code cleanup to get fewer reallocs() during execution. 15 years ago
Martin Hansson 30f57b3323 Bug#56423: Different count with SELECT and CREATE SELECT queries 15 years ago
Michael Widenius bdba1d11c4 Change some my_bool in C++ classes and a few functions to bool to detect wrong usage of bool/my_bool. 15 years ago
unknown 9d6811502e WL#5370 Keep forward-compatibility when changing 16 years ago
Jon Olav Hauglid d62bfebc7e Bug #54106 assert in Protocol::end_statement, 16 years ago
Michael Widenius 1f5b93e772 Fixed compiler warnings 16 years ago
Michael Widenius cd9706b27e Fixes bug when we run bcmp() on row when the storage engine hasn't filled in all fields in the row. 16 years ago
Alfranio Correia f62e89fade BUG#55625 RBR breaks on failing 'CREATE TABLE' 16 years ago
Sergei Golubchik 069a068c90 restore the unintentinally broken ABI 16 years ago
Igor Babaev f78b870c9b Fixed bug #607566. 16 years ago
Igor Babaev 4090100743 Fixed bug #603186. 16 years ago
Igor Babaev 709a0a1310 MWL#106: Backport optimizations for derived tables and views. 16 years ago
Sergei Golubchik e24e1668bc MWL#43 CREATE TABLE options (by Sanja) 16 years ago
Sergei Golubchik 291fd96983 pluggable auth with plugin examples 16 years ago
Tatiana A. Nurnberg 28e95ba535 Bug#48525: trigger changes "Column 'id' cannot be null" behaviour 16 years ago
Tatiana A. Nurnberg dad7b3c55e revert 48525 16 years ago
Tatiana A. Nurnberg e0fbc5d248 Bug#48525: trigger changes "Column 'id' cannot be null" behaviour 16 years ago
He Zhenxing 2b16517522 Backport Bug#37148 to 5.1 16 years ago
Ramil Kalimullin 06be03f77c Fix for bug#49465: valgrind warnings and incorrect live checksum... 16 years ago
Michael Widenius d8e44ef589 Fixed Bug#47017 rpl_timezone fails on PB-2 with mismatch error 16 years ago
Michael Widenius d210df50a2 Added protection around usage of thd->mysys_var 16 years ago
Jon Olav Hauglid 41ba429286 Bug #47682 strange behaviour of INSERT DELAYED 16 years ago
Michael Widenius 166e0683c0 Added error handling for my_seek() & my_tell() failures 16 years ago
Michael Widenius ab0905c6d7 This is based on the userstatv2 patch from Percona and OurDelta. 16 years ago
Igor Babaev f7a75b999b The main commit of Andrey Zhakov's patch introducing vurtual(computed) columns. 16 years ago
Georgi Kodinov 7b4ef910f7 Bug #40877: multi statement execution fails in 5.1.30 16 years ago
Alexander Nozdrin 70972926ab A patch for Bug#45118 (mysqld.exe crashed in debug mode 17 years ago
Satya B 6e27ef435e Fix for BUG#46384 - mysqld segfault when trying to create table with same 17 years ago
unknown fce4fa362c BUG#45574 CREATE IF NOT EXISTS is not binlogged if the object exists 17 years ago
Gleb Shchepa dc0a87fdc2 Bug #38816: kill + flush tables with read lock + stored 17 years ago
MySQL Build Team 924ce2292a Backport into build-200907211706-5.0.82sp1 17 years ago
Sergey Glukhov 2dd7094681 Bug#45806 crash when replacing into a view with a join! 17 years ago
Martin Hansson 543885d1b1 Bug#44653: Server crash noticed when executing random queries with partitions. 17 years ago
Alfranio Correia 3cf052b76c BUG#43929 binlog corruption when max_binlog_cache_size is exceeded 17 years ago
Staale Smedseng 3b0e6e4109 Bug #43414 Parenthesis (and other) warnings compiling MySQL 17 years ago
Staale Smedseng a103509788 Bug #43414 Parenthesis (and other) warnings compiling MySQL 17 years ago
Tatiana A. Nurnberg e34085fe13 Bug#32149: Long semaphore wait for adaptive hash latch 17 years ago
He Zhenxing abf5f8dac2 BUG#41948 Query_log_event constructor needlessly contorted 17 years ago
Georgi Kodinov 5f2bda83dd fixed a compilation warning 17 years ago
He Zhenxing 51a9116638 BUG#37145 Killing a statement doing DDL may log binlog event with error code 1053 17 years ago
Georgi Kodinov f3a08d56ba Fixed initialization order warining. 17 years ago
Leonard Zhou 5fdc5510ec BUG#41719 delayed INSERT into timestamp col needs set time_zone for concurrent binlogging 17 years ago
Davi Arnaut 664bb23a30 Bug#41098: Query Cache returns wrong result with concurrent insert 17 years ago