- 09 Aug, 2005 6 commits
-
-
evgen@moonbone.local authored
When PRIMARY KEY is present ha_innobase::cmp_ref() uses it to compare refs. After comparing part of key it moves pointers to compare next part. For varchar parts pointers were moved only by length of parts, not including bytes containig part length itself. This results in wrong comparision and wrong number of deleted records.
-
jani@ua141d10.elisa.omakaista.fi authored
-
dlenev@mysql.com authored
into mysql.com:/home/dlenev/src/mysql-5.0-is
-
dlenev@mysql.com authored
information_schema causes empty result set" with main tree.
-
monty@mysql.com authored
-
dlenev@mysql.com authored
into mysql.com:/home/dlenev/src/mysql-5.0-is
-
- 08 Aug, 2005 13 commits
-
-
heikki@hundin.mysql.fi authored
Add a forgotten newline to a print
-
jimw@mysql.com authored
into mysql.com:/home/jimw/my/mysql-5.0-clean
-
jimw@mysql.com authored
-
jimw@mysql.com authored
into mysql.com:/home/jimw/my/mysql-5.0-clean
-
jimw@mysql.com authored
into mysql.com:/home/jimw/my/mysql-5.0-clean
-
konstantin@mysql.com authored
into mysql.com:/home/kostja/mysql/mysql-5.0-11909
-
konstantin@mysql.com authored
CURSOR_TYPE_READ_ONLY nested queries corrupt result"
-
bar@mysql.com authored
After merge fix
-
bar@mysql.com authored
into mysql.com:/usr/home/bar/mysql-5.0
-
sergefp@mysql.com authored
into mysql.com:/home/psergey/mysql-5.0-bug12082
-
dlenev@mysql.com authored
result set". To enable full access to contents of I_S tables from stored functions or statements that use them, we manipulate with thread's open tables state and ensure that we won't cause deadlock when we open tables by ignoring flushes and name-locks. Building of contents of I_S.TABLES no longer requires locking of tables since we use use handler::info() method with HA_STATUS_AUTO flag instead of handler::update_auto_increment() for obtaining information about auto-increment values. But this also means that handlers have to implement support for HA_STATUS_AUTO flag (particularly InnoDB needs it).
-
bar@mysql.com authored
into mysql.com:/usr/home/bar/mysql-4.1.b10892
-
bar@mysql.com authored
After review fix
-
- 07 Aug, 2005 17 commits
-
-
igor@rurik.mysql.com authored
into rurik.mysql.com:/home/igor/mysql-5.0
-
ingo@mysql.com authored
into mysql.com:/home/mydev/mysql-5.0-5000
-
igor@rurik.mysql.com authored
Correction after manual merge.
-
ingo@mysql.com authored
into mysql.com:/home/mydev/mysql-5.0-5000
-
igor@rurik.mysql.com authored
-
sergefp@mysql.com authored
-
sergefp@mysql.com authored
into mysql.com:/home/psergey/mysql-5.0-bug11869-part3
-
sergefp@mysql.com authored
-
sergefp@mysql.com authored
We're out of bits in st_select_lex->options so make TMP_TABLE_FORCE_MYISAM == OPTION_FOUND_COMMENT (the latter is not used by create_tmp_table).
-
igor@rurik.mysql.com authored
into rurik.mysql.com:/home/igor/mysql-4.1
-
ingo@mysql.com authored
into mysql.com:/home/mydev/mysql-4.1-4100
-
igor@rurik.mysql.com authored
Added test case for bug #11867. Fixed results for two existing test cases. subselect.test: Added test case for bug #11867. item_subselect.cc: Fixed bug #11867. Added missing code in Item_in_subselect::row_value_transformer that caused problems for queries with ROW(elems) IN (SELECT DISTINCT cols FROM ...).
-
sergefp@mysql.com authored
In init_prepare_fake_select_lex() don't empty ftfunc_list. UNION's ORDER BY clause may contain MATCH(...), for which fix_index() should be called.
-
ingo@mysql.com authored
Give the user a warning if he tries to destroy the default key cache.
-
ingo@mysql.com authored
into mysql.com:/home/mydev/mysql-4.1-4100
-
sergefp@mysql.com authored
into mysql.com:/home/psergey/mysql-4.1-bug11869-part2
-
sergefp@mysql.com authored
-
- 06 Aug, 2005 4 commits
-
-
sergefp@mysql.com authored
When creating temporary table for UNION, pass TMP_TABLE_FORCE_MYISAM flag to create_tmp_table if we will be using fulltext function(s) when reading from the temp. table.
-
kent@mysql.com authored
into mysql.com:/Users/kent/mysql/bk/mysql-5.0
-
kent@mysql.com authored
into mysql.com:/Users/kent/mysql/bk/mysql-5.0-release
-
kent@mysql.com authored
Added missing backslashes
-