- 09 Nov, 2009 1 commit
-
-
Vladislav Vaintroub authored
-
- 05 Nov, 2009 1 commit
-
-
Alexander Nozdrin authored
-
- 04 Nov, 2009 1 commit
-
-
Mikael Ronstrom authored
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
-
- 03 Nov, 2009 4 commits
-
-
Sergei Golubchik authored
bug fixes for my_vsnprintf
-
Mikael Ronstrom authored
-
Sergei Golubchik authored
this also fixes a crash when plugin_init() uses ER() too early
-
Alexander Nozdrin authored
-
- 02 Nov, 2009 8 commits
-
-
Mikael Ronstrom authored
-
Sergei Golubchik authored
(mysql-next-mr backport)
-
Alexander Barkov authored
from mysql-next-mr-bar
-
Alexander Nozdrin authored
```--------------------------------------------------------- revno: 2599.178.12 revision-id: alik@mysql.com-20080812161845-we7cx9f22yrghob1 committer: Alexander Nozdrin <alik@mysql.com> branch nick: 6.0-rt-build timestamp: Tue 2008-08-12 20:18:45 +0400 message: Fix memory leak. ``` ---------------------------------------------------------
-
Mikael Ronstrom authored
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
-
Alexander Nozdrin authored
-
Mikael Ronstrom authored
-
Mikael Ronstrom authored
-
- 31 Oct, 2009 5 commits
-
-
Mikael Ronstrom authored
-
Mikael Ronstrom authored
-
Alexander Nozdrin authored
-
Alexander Nozdrin authored
-
Sergei Golubchik authored
(instead of a C++ only thingy that was lost in a merge)
-
- 30 Oct, 2009 5 commits
-
-
Mikael Ronstrom authored
-
Mikael Ronstrom authored
Fixed such that we fail if using integer constants for character set fields, now need to have correct constant types
-
Mikael Ronstrom authored
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
-
Sergei Golubchik authored
function/ syntax glob(7) wildcards unit tests
-
Mikael Ronstrom authored
-
- 29 Oct, 2009 11 commits
-
-
Mikael Ronstrom authored
-
Marc Alff authored
Backport for 5.5 In non debug builds, the statements: - SHOW PROCEDURE CODE - SHOW FUNCTION CODE used to fail with a "syntax error", which is misleading. These statements have been changed to return the following error for non debug builds: ERROR HY000: The 'SHOW PROCEDURE|FUNCTION CODE' feature is disabled; you need MySQL built with '--with-debug' to have it working For debug builds (./configure --with-debug), nothing is changed.
-
Kristofer Pettersson authored
-
Marc Alff authored
Backport for 5.5
-
Marc Alff authored
-
Marc Alff authored
Backport to 5.5
-
Alexander Nozdrin authored
-
Mikael Ronstrom authored
BUG#48397, set key_part->length to key_part->store_length isn't correct, store_length is a bit longer
-
Kristofer Pettersson authored
When the query cache is disabled, the server shouldn't attempt to take the query cache mutex. By using the command line option --query_cache_type=0, the user can disable (backport from mysql-pe)
-
Alexander Barkov authored
Re-Allowing sr_YU with a "deprecated" warning.
-
Alexey Botchkov authored
per-file comments: mysql-test/r/mysql_upgrade.result result updated mysql-test/t/mysql_upgrade.test --skip-verbose option added to the call
-
- 28 Oct, 2009 4 commits
-
-
Mikael Ronstrom authored
Fixed code review change to ensure that VALUES constants are of the same result type as the field they are constants for
-
Mikael Ronstrom authored
-
Mikael Ronstrom authored
-
Mikael Ronstrom authored
-