- 13 Jan, 2004 3 commits
-
-
greg@mysql.com authored
-
heikki@hundin.mysql.fi authored
Improve previous push: save 1000 bytes of thread stack in non-error cases
-
heikki@hundin.mysql.fi authored
If MySQL tries to do SELECT from an InnoDB table, but has set no table locks at all in ::external_lock(), print a descriptive error message and assert; some subquery bugs were of this type
-
- 12 Jan, 2004 5 commits
-
-
guilhem@mysql.com authored
into mysql.com:/home/mysql_src/mysql-4.1
-
guilhem@gbichot2 authored
mysql_alter_db() now returns -1 in case of error, so that mysql_execute_command() calls send_error().
-
serg@serg.mylan authored
into serg.mylan:/usr/home/serg/Abk/mysql-4.1-bug
-
serg@serg.mylan authored
checking 2nd level of FT index destroyed info->lastkey and CHECK TABLE erroneously treated table as corrupted bug#2190
-
bar@bar.intranet.mysql.r18.ru authored
Fixed: client crashed when there are no Index.xml file.
-
- 11 Jan, 2004 1 commit
-
-
guilhem@gbichot2 authored
This way, a crash of mysqltest will be visible in the test logs (output of mysql-test-run).
-
- 08 Jan, 2004 1 commit
-
-
heikki@hundin.mysql.fi authored
Fix typo
-
- 07 Jan, 2004 4 commits
-
-
hf@deer.(none) authored
Now we return user@host for USER() in embedded library CURRENT_USER returns empty string if library compiled with NO_EMBEDDED_ACCESS_CHECKS
-
hf@deer.(none) authored
WL#1246 (Query cache in embedded library) Some fixes after testing
-
hf@deer.(none) authored
WL#1246 (Query cache in embedded library) Small fix - code removed that prevents using query cache in embedded library
-
hf@deer.(none) authored
-
- 06 Jan, 2004 2 commits
-
-
heikki@hundin.mysql.fi authored
More instructions about a downgrade 4.1.1 -> 4.0.18
-
heikki@hundin.mysql.fi authored
Add comment that the insert buffer format changed between 4.0 and 4.1.1, but the undo log format did not
-
- 05 Jan, 2004 1 commit
-
-
jani@rhols221.adsl.netsonic.fi authored
-
- 02 Jan, 2004 1 commit
-
-
heikki@hundin.mysql.fi authored
Merge a log replay change required by ibbackup
-
- 31 Dec, 2003 2 commits
-
-
heikki@hundin.mysql.fi authored
Fix bug: if purge of a table was not possible because its .ibd file was missing, trx->dict_operation_lock_mode was left to a wrong value, causing an assertion failure
-
bar@bar.intranet.mysql.r18.ru authored
-
- 30 Dec, 2003 1 commit
-
-
jani@rhols221.adsl.netsonic.fi authored
-
- 29 Dec, 2003 2 commits
-
-
bar@bar.intranet.mysql.r18.ru authored
Modern Spanish collation
-
bar@deer.(none) authored
Logging to logging@openlogging.org accepted item_strfunc.cc: Bug wich appeared in ctype_tis620 is fixed
-
- 25 Dec, 2003 4 commits
-
-
bar@bar.intranet.mysql.r18.ru authored
TIS620 to Unicode and Unicode to TIS620 conversion check.
-
bar@bar.intranet.mysql.r18.ru authored
new file
-
bar@bar.intranet.mysql.r18.ru authored
new file
-
bar@bar.intranet.mysql.r18.ru authored
-
- 24 Dec, 2003 5 commits
-
-
bar@bar.intranet.mysql.r18.ru authored
Fix for the bug 1175: Usernames will not converted to utf8 during connect
-
bar@bar.intranet.mysql.r18.ru authored
-
bar@bar.intranet.mysql.r18.ru authored
he mysqld server crashes if issued a command select convert(...) with a non-compiled character set:
-
bar@bar.intranet.mysql.r18.ru authored
install-test-db did not substiture the path to charsets file, so tests failed with non-default collation incompiled, for example --with-collation=latin1_german1_ci mysqld.cc: better error messaging
-
hf@deer.(none) authored
into deer.(none):/home/hf/work/mysql-4.1.2046
-
- 23 Dec, 2003 6 commits
-
-
paul@teton.kitebird.com authored
into teton.kitebird.com:/home/paul/mysql-4.1
-
hf@deer.(none) authored
into deer.(none):/home/hf/work/mysql-4.1.2181
-
hf@deer.(none) authored
server) We didn't perform the check for the error for embedded server
-
konstantin@mysql.com authored
into mysql.com:/home/kostja/mysql/mysql-4.1-prep
-
hf@deer.(none) authored
There was an error with same function/class member names
-
konstantin@oak.local authored
broken with recent changes' (attempt 2). Adding Statement_core is better because: - set_statement() code is shorter and you don't need to modify it when adding new members to Statement_core - a bit faster (you don't have virtual call and don't free_root() twice) Do that short patch instead in hope that set_statement() will be sooner or later removed entirely
-
- 22 Dec, 2003 2 commits
-
-
paul@teton.kitebird.com authored
-
paul@teton.kitebird.com authored
into teton.kitebird.com:/home/paul/mysql-4.1
-