- 08 Jan, 2003 1 commit
-
-
jani@hynda.(none) authored
-
- 07 Jan, 2003 1 commit
-
-
jani@hynda.(none) authored
-
- 05 Jan, 2003 2 commits
-
-
heikki@hundin.mysql.fi authored
Fix bug: an index cursor can theoretically be restored in a wrong place log0log.c: Fix bug: if combined log file size is >= 2 GB in a 32-bit computer InnoDB can write log to a wrong position
-
monty@mashka.mysql.fi authored
Added rename table for BDB. This fixes a bug in ALTER TABLE with BDB tables.
-
- 04 Jan, 2003 3 commits
-
-
monty@mashka.mysql.fi authored
-
monty@mashka.mysql.fi authored
-
monty@mashka.mysql.fi authored
Extended max_allowed_packet for clients to 1G Fixed bug in sending compressed rows >= 16M Fix bug in skiping too long packets from clients. Added checking of wrong command number sent by client.
-
- 03 Jan, 2003 2 commits
-
-
ram@mysql.r18.ru authored
into mysql.r18.ru:/usr/home/ram/work/mysql-4.0
-
ram@mysql.r18.ru authored
-
- 02 Jan, 2003 5 commits
-
-
monty@mashka.mysql.fi authored
-
Sinisa@sinisa.nasamreza.org authored
into sinisa.nasamreza.org:/mnt/work/mysql-4.0
-
Sinisa@sinisa.nasamreza.org authored
that connection does not close in the case when client sends a buffer larger then max_allowed_packet.
-
monty@mashka.mysql.fi authored
-
monty@mashka.mysql.fi authored
Updated Italian error messages
-
- 31 Dec, 2002 1 commit
-
-
heikki@hundin.mysql.fi authored
Fix bug: could not switch trx isolation back to REPEATABLE READ after switching it to some other level
-
- 27 Dec, 2002 2 commits
-
-
walrus@mysql.com authored
into mysql.com:/home/walrus/bk/40
-
walrus@mysql.com authored
logging in crash-me 2) Add new test: no_id_between, that indicates if NOT ID BETWEEN interprets as ID NOT BETWEEN
-
- 26 Dec, 2002 4 commits
-
-
monty@mashka.mysql.fi authored
Changed long packat handling to check for packets of length 0xffffff. This does however break packet handling for older clients. If you are using packets >= 16M then you need to upgrade client and server after this patch.
-
monty@mashka.mysql.fi authored
-
monty@mashka.mysql.fi authored
-
monty@mashka.mysql.fi authored
-
- 24 Dec, 2002 2 commits
-
-
lenz@mysql.com authored
- tagged ChangeSet 1.1484 as mysql-4.0.7
-
Sinisa@sinisa.nasamreza.org authored
-
- 23 Dec, 2002 1 commit
-
-
lenz@mysql.com authored
output for "--version" (e.g. gcc 3.x)
-
- 21 Dec, 2002 4 commits
-
-
heikki@hundin.mysql.fi authored
Merge InnoDB-4.0.7. Support for ON UPDATE CASCADE sql_select.cc: Remove superfluous prints to .err log when a locking SELECT fails to a deadlock or a lock wait timeout
-
monty@mashka.mysql.fi authored
Remove duplicate casedn_str() in mysql_change_db() Fix for null handling in CASE
-
monty@mashka.mysql.fi authored
-
heikki@hundin.mysql.fi authored
More descriptive foreign key error messages
-
- 20 Dec, 2002 8 commits
-
-
heikki@hundin.mysql.fi authored
Remove an assertion which can fail in a race of 3 threads
-
serg@sergbook.mysql.com authored
into sergbook.mysql.com:/usr/home/serg/Abk/mysql-4.0
-
serg@sergbook.mysql.com authored
into sergbook.mysql.com:/usr/home/serg/Abk/mysql
-
serg@sergbook.mysql.com authored
-
serg@sergbook.mysql.com authored
-
monty@mashka.mysql.fi authored
-
monty@mashka.mysql.fi authored
This fixed some optimization problems when using -DBIG_TABLES Portabilty fixes for OpenUnix and HPUX Added C and C++ version numbers to mysqlbug
-
lenz@mysql.com authored
- bumped up version number in configure.in to 4.0.7-gamma
-
- 19 Dec, 2002 2 commits
-
-
heikki@hundin.mysql.fi authored
Better error message to help users who created tables with < 3.23.54 where MySQL implicitly added a PRIMARY KEY definition
-
walrus@mysql.com authored
Corrected some typo.
-
- 18 Dec, 2002 2 commits
-
-
walrus@mysql.com authored
into mysql.com:/home/walrus/bk/40
-
walrus@mysql.com authored
Wrap long lines, New test - date_format_inresult (returns which date format dbms uses in the result set) New tests: -date_format_ISO -date_format_ISO_with_date (checks if DBMS supports YYYY-MM-DD or DATE 'YYYY-MM-DD' formats) -date_format_EUR -date_format_EUR_with_date (the same but 'DD.MM.YYYY' format) -date_format_USA -date_format_USA_with_date ( the same but 'MM/DD/YYYY' format) -date_format_YYYYMMDD -date_format_YYYYMMDD_with_date
-