59129 Commits (13cd7170ccadbc596146175c0674956f49aed830)
 

Author SHA1 Message Date
Vladislav Vaintroub 13cd7170cc WL#5161 : Cross-platform build with CMake 16 years ago
Alexander Nozdrin 411a6bfeb9 Auto-merge from mysql-next-mr. 16 years ago
Mikael Ronstrom 06bfaf21f2 Fixed a use of non-initialised variable, cannot use NULL flags if RANGE == NO_MAX_RANGE or NO_MIN_RANGE, so need to check NULL flags after checking the RANGE isn't NO_MAX_RANGE 16 years ago
Sergei Golubchik afe8b83bb8 unit tests for my_vsnprintf, 16 years ago
Mikael Ronstrom fc863ba96f Merge 16 years ago
Sergei Golubchik 01c2a65f39 sql_plugin.cc: error log messages should not depend on the current_thd lc_messages. 16 years ago
Alexander Nozdrin 76256e8875 Fix default.conf. 16 years ago
Mikael Ronstrom 1daca0f9d7 Fixed test failure 16 years ago
Sergei Golubchik d101d144df WL#4903 Plugin Service API part I 16 years ago
Alexander Barkov 9d13264835 Merging a postfix for Bug#46633 Obsolete Serbian locale 16 years ago
Alexander Nozdrin ee15f23ca6 Backport a patch from 6.0: 16 years ago
Mikael Ronstrom 296a0fdcca Fixed a few bugs in hex string generation, in call to val_str for partition expressions, also made code reusable for DEFAULT handling to fix BUG#48464 by introducing function get_cs_converted_string_value, added partition_utf8 test case for UTF8 outputs 16 years ago
Alexander Nozdrin 8c95f3c53b Manual merge from mysql-next-mr. 16 years ago
Mikael Ronstrom 3a2d15730b Merge to latest mysql-next-mr 16 years ago
Mikael Ronstrom e4549b4d99 Added test case for UTF8 strings in partition constants 16 years ago
Mikael Ronstrom 889e0a519f Fixed a test error 16 years ago
Mikael Ronstrom 8ec940646d Fixed a test error 16 years ago
Alexander Nozdrin b9014b95b4 Merge from mysql-trunk. 16 years ago
Alexander Nozdrin 55a28d6ff4 Fix default.conf. 16 years ago
Sergei Golubchik d3bf417db2 robust protection against missing DBUG_RETURN 16 years ago
Mikael Ronstrom 84638df046 Added more comments and a safer error check 16 years ago
Mikael Ronstrom 9498a53953 Fixed such that we fail if using integer constants for character set fields, now need to have correct constant types 16 years ago
Mikael Ronstrom c897c59ceb Fixed so that character set constants are encoded as hex strings in frm file, but as utf8 strings in the same manner as default values in show create table and information schema tables 16 years ago
Sergei Golubchik 6eaf0b5acb backport of dbug extensions from 6.0: 16 years ago
Mikael Ronstrom 66b37d318b Ensuring character set constants are safe, first step fix 16 years ago
Mikael Ronstrom 40496deb70 Changed COLUMN_LIST to COLUMNS after arch review 16 years ago
Marc Alff 6a67daaa5a Bug#33637 SHOW PROCEDURE CODE/SHOW FUNCTION CODE sp_name gives a syntax error. 16 years ago
Kristofer Pettersson 94e70aff64 post commit fix: missing result file. 16 years ago
Marc Alff 2497093ad4 Bug#38968 Unused mutex LOCK_bytes_sent, LOCK_bytes_received 16 years ago
Marc Alff 28270dc6ab Local merge 16 years ago
Marc Alff 8826df67a3 Bug#38967 Unused mutex LOCK_Acl 16 years ago
Alexander Nozdrin 9ac8feeea0 Automerge from mysql-next-mr. 16 years ago
Mikael Ronstrom 840d7eb4f8 BUG#48397, set key_part->length to key_part->store_length isn't correct, store_length is a bit longer 16 years ago
Kristofer Pettersson 2d6a356abf Bug#38551 query cache can still consume [very little] cpu time even when it is off. 16 years ago
Alexander Barkov 59ccc26197 A postfix for Bug#46633 Obsolete Serbian locale name 16 years ago
Alexey Botchkov 96f31b3637 mysql_upgrade test fixed 16 years ago
Mikael Ronstrom 8e31ec1deb Fixed code review change to ensure that VALUES constants are of the same result type as the field they are constants for 16 years ago
Mikael Ronstrom 2d1c1f8280 Merge 16 years ago
Mikael Ronstrom d9e05040f4 Merged WL#3352 into mysql-next-mr 16 years ago
Mikael Ronstrom 136ce37141 Merge 16 years ago
Mattias Jonsson 07f9da5d5d merge 16 years ago
Tor Didriksen ca543fc899 update .bzrignore to ignore libmysqld/rpl_handler.cc link 16 years ago
Tor Didriksen dc2e363e57 Bug#48060 Memory leak - Item::val_bool() (item.cc:184) from optimizer_subquery grammar 16 years ago
Alexey Botchkov 05ddc34be8 WL#4991 mysql_upgrade --fix-privilege-tables 16 years ago
Alexander Nozdrin 800ba382d9 Fix automerge: s/hash_search/my_hash_search/. 16 years ago
Alexander Nozdrin ac7ba1bcaa Merge from mysql-next-mr. 16 years ago
Alexander Nozdrin 48c15f0fb0 Automerge from mysql-next-mr. 16 years ago
Mikael Ronstrom b572e51c30 BUG#48165, needed to introduce length restrictions on partitioning fields to ensure that no stack overruns occur 16 years ago
Mikael Ronstrom 59cc518990 Fixed sql_mode issue in BUG#48164, will ignore sql_mode when generating constants, also warnings will not be tolerated 16 years ago
Vladislav Vaintroub 804e9d30ca merge 16 years ago