- 22 Aug, 2005 4 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
-
- 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.
-
- 18 Aug, 2005 6 commits
-
-
into a193-229-222-105.elisa-laajakaista.fi:/home/my/bk/mysql-4.1
-
against a later version of libc.
-
than we've used before.
-
stewart@mysql.com authored
into mysql.com:/home/stewart/Documents/MySQL/4.1/main
-
jonas@eel.(none) authored
into eel.(none):/home/jonas/src/mysql-4.1-push
-
jonas@eel.(none) authored
Split table version into 2 (major, minor) Impl. signaling to API when table has been altered Allow running transactions to use any minor number for transactions
-
- 17 Aug, 2005 8 commits
-
-
evgen@moonbone.local authored
create_tmp_field_from_item() was creating tmp field without regard to original field type of Item. This results in wrong type being reported to client. To create_tmp_field_from_item() added special handling for Items with DATE/TIME field types to preserve their type.
-
sasha@asksasha.com authored
into asksasha.com:/reiser-data/mysql-dev/mysql-4.1
-
reggie@linux.site authored
into linux.site:/home/reggie/bk/mysql-4.1
-
joerg@mysql.com authored
-
kent@mysql.com authored
Bug#12615: Host name might not resolve, use short host name
-
elliot@mysql.com authored
into mysql.com:/Users/emurphy/src/work/mysql-4.1-bug11338
-
elliot@mysql.com authored
In cp932, '\' character can be the second byte in a multi-byte character stream. This makes it difficult to use mysql_escape_string. Added flag to indicate which languages allow '\' as second byte of multibyte sequence so that when putting a prepared statement into the binlog we can decide at runtime whether hex encoding is really needed.
-
kent@mysql.com authored
Bug#11884: Corrected --start-and-exit, start the server as if the default/specified test case would have been run
-
- 16 Aug, 2005 4 commits
-
-
kent@mysql.com authored
Bug#11792: Check all of status code, to catch a crash as a failure mtr_cases.pl: Code cleanup for skipped/disabled handling mtr_process.pl: In debug mode, report if mysqladmin did not at least make the server stop listening to the port. Increased the time waiting for terminating to 20 seconds, to wait for really slow slave shutdown. Added call to start_reap_all(), to avoid zombies. mtr_report.pl: Removed prototype for unused function mtr_report_test_disabled()
-
kent@mysql.com authored
Bug#12094: Let sleep_until_file_created() return the pid as intended
-
kent@mysql.com authored
into mysql.com:/Users/kent/mysql/bk/mysql-4.1
-
stewart@mysql.com authored
into mysql.com:/home/stewart/Documents/MySQL/4.1/bug11538
-