- 24 Aug, 2005 13 commits
-
-
serg@sergbook.mysql.com authored
-
serg@sergbook.mysql.com authored
-
monty@mishka.local authored
into mishka.local:/home/my/mysql-4.1
-
monty@mishka.local authored
into mishka.local:/home/my/mysql-4.1
-
monty@mishka.local authored
-
jimw@mysql.com authored
into mysql.com:/home/jimw/my/mysql-4.1-clean
-
heikki@hundin.mysql.fi authored
into hundin.mysql.fi:/home/heikki/mysql-4.1
-
heikki@hundin.mysql.fi authored
Update test result to reflect the fix of Bug #12779 : EXPLAIN SELECT of a subquery is now different
-
joerg@mysql.com authored
into mysql.com:/M41/mysql-4.1
-
heikki@hundin.mysql.fi authored
into hundin.mysql.fi:/home/heikki/mysql-4.1
-
heikki@hundin.mysql.fi authored
Fix bug #12779 : never give a row count estimate of 0 to the MySQL query optimizer, as then left join optimizer may beleive it KNOWS that the table is empty; note that this fix may change query optimization of many other queries where one table is empty; note that the proper fix would be to make the query optimizer to know that the row count estimates it receives really are just estimates, it cannot assume they are certain
-
joerg@mysql.com authored
into mysql.com:/M41/mysql-4.1
-
joerg@mysql.com authored
-
- 23 Aug, 2005 4 commits
-
-
kent@mysql.com authored
-
serg@sergbook.mysql.com authored
into sergbook.mysql.com:/usr/home/serg/Abk/mysql-4.1
-
tomas@poseidon.ndb.mysql.com authored
-
tomas@poseidon.ndb.mysql.com authored
-
- 22 Aug, 2005 5 commits
-
-
jimw@mysql.com authored
user to update with 'SET PASSWORD = ...'. (Bug #12302)
-
evgen@moonbone.local authored
into moonbone.local:/work/11718-bug-4.1-mysql
-
jonas@eel.(none) authored
into eel.(none):/home/jonas/src/mysql-4.1-push
-
joerg@mysql.com authored
-
serg@sergbook.mysql.com authored
-
- 21 Aug, 2005 2 commits
-
-
jonas@eel.(none) authored
into eel.(none):/home/jonas/src/mysql-4.1-push
-
elliot@mysql.com authored
into mysql.com:/Users/emurphy/src/bk-clean/mysql-4.1
-
- 20 Aug, 2005 2 commits
-
-
sasha@asksasha.com authored
into asksasha.com:/reiser-data/mysql-dev/mysql-4.1
-
On 64 bit platforms the changed statement doesn't work so making sure that the larger value is first and using subtraction is a quick and backwards-compatible fix of this line.
-
- 19 Aug, 2005 14 commits
-
-
igor@rurik.mysql.com authored
into rurik.mysql.com:/home/igor/dev/mysql-4.1-0
-
elliot@mysql.com authored
-
patg@radha.local authored
into radha.local:/Users/patg/mysql-build/mysql-4.1.clean
-
igor@rurik.mysql.com authored
into rurik.mysql.com:/home/igor/dev/mysql-4.1-0
-
elliot@mysql.com authored
-
igor@rurik.mysql.com authored
Added test cases for bug #12625. sql_select.cc: Fixed bug #12625. Fixed invalid removal of constant items from the DISTINCT list in the function create_distinct_group.
-
jonas@eel.(none) authored
into eel.(none):/home/jonas/src/mysql-4.1-push
-
jonas@eel.(none) authored
remove grep from Makefile
-
jonas@eel.(none) authored
Fix checkout properties
-
jonas@eel.(none) authored
into eel.(none):/home/jonas/src/mysql-4.1-push
-
jonas@eel.(none) authored
into eel.(none):/home/jonas/src/mysql-4.1
-
patg@radha.local authored
-
jonas@eel.(none) authored
rename config.cpp -> ndb_config.cpp for case insesitive filesystems why wasn't this done in 4.1 directly
-
sasha@asksasha.com authored
We binlog the DROP TABLE for each table that was actually dropped. Per Sergei's suggestion a fixed buffer for the DROP TABLE query is pre-allocated from THD pool, and logging now is done in batches - new batch is started if the buffer becomes full. Reduced memory usage by reusing the table list instead of accumulating a list of dropped table names. Also fixed the problem if the table was not actually dropped, eg due to permissions. Extended the test case to make sure batched query logging does work.
-