monty@mashka.mysql.fi
e741c893ea
Fix to remove compiler warnings
2003-04-28 19:05:57 +03:00
lenz@mysql.com
ac411193b4
- Removed two EXPLAIN SELECT statements from the InnoDB test suite
...
(the results are nondeterministic and provide different output on 32bit
and 64bit architectures)
2003-04-28 16:05:27 +02:00
lenz@mysql.com
47a8255184
- Fixed some texi errors in internals.texi (still some more left)
2003-04-28 15:59:04 +02:00
monty@mashka.mysql.fi
252ba8aa61
Better test for regular files.
2003-04-28 12:31:19 +03:00
hf@deer.mysql.r18.ru
6a83d37532
Merge abotchkov@bk-internal.mysql.com:/home/bk/mysql-4.1
...
into deer.mysql.r18.ru:/home/hf/work/mysql-4.1.cursor
2003-04-28 14:29:22 +05:00
hf@deer.mysql.r18.ru
d69b5c4d69
SCRUM
...
Protocol_cursor task
net_field_length definitions trimmed with Monty's suggestions
2003-04-28 14:25:29 +05:00
monty@mashka.mysql.fi
938933afc9
Use my.cnf file from datadir even if datadir is different from the default one.
2003-04-28 12:00:04 +03:00
monty@mashka.mysql.fi
dea3a3a88e
Merge bk-internal.mysql.com:/home/bk/mysql-4.0
...
into mashka.mysql.fi:/home/my/mysql-4.0
2003-04-28 10:34:34 +03:00
monty@mashka.mysql.fi
51eed4b48c
Fix for openssl on Solaris
...
Fix for grant bug with SELECT *
2003-04-28 10:32:56 +03:00
greg@mysql.com
eda4590086
Merge gweir@bk-internal.mysql.com:/home/bk/mysql-4.0
...
into mysql.com:/home/greg/bk/mysql-4.0
2003-04-27 21:16:20 -04:00
greg@mysql.com
1d2507e875
Change to NetWare platform mods, per Monty
2003-04-27 21:15:52 -04:00
monty@mashka.mysql.fi
c137673711
Merge bk-internal.mysql.com:/home/bk/mysql-4.0
...
into mashka.mysql.fi:/home/my/mysql-4.0
2003-04-27 22:12:38 +03:00
monty@mashka.mysql.fi
dd377bfba6
Fixed problem when comparing a key for a multi-byte-character set. (bug 152)
...
Use 0x.... as strings if 'new' mode. (bug 152)
Don't report -max on windows when InnoDB is enabled. (bug 332)
Reset current_linfo; This could cause a hang when doing PURGE LOGS.
Fix for row numbers in EXPLAIN (bug 322)
Fix that USE_FRM works for all table types (bug 97)
2003-04-27 22:12:08 +03:00
heikki@hundin.mysql.fi
a1861ddb22
trx0trx.h, trx0trx.c, ha_innodb.cc:
...
Remove code never actually used in IGNORE; InnoDB just rolls back the latest row insert or update on a duplicate key error and leaves it for MySQL to decide whether to ignore the error
2003-04-27 17:25:39 +03:00
peterg@mysql.com
5e8f76c433
Update PeterG's internals documentation per comments from
...
Monty; minor changes only.
2003-04-26 18:58:55 -07:00
peterg@mysql.com
e63477d6b9
Update PeterG's internals documentation per Monty's comments;
...
minor changes only.
2003-04-26 16:00:52 -07:00
monty@mashka.mysql.fi
8b20a878cc
Merge with 3.23:
...
Set innobase_flush_log_at_trx_commit to 1 by default
Fix problem with timestamp on 64 bit systems
Reserve alarms for up to 10 slave threads
2003-04-26 21:10:13 +03:00
heikki@hundin.mysql.fi
4cca7b5b50
srv0start.c:
...
fflush stderr after startup
2003-04-26 20:57:13 +03:00
monty@mashka.mysql.fi
bf6cfd2948
Fix for -fbranch-probabilites (bug 268)
...
Fix for LEFT/RIGHT/MID with multi-byte-character sets (bug 314)
Fix for new bison 1.875
max_insert_delayed_threads and delayed_insert_timeout now works as documented (bug 211)
Don't show port in SHOW PROCESSLIST for system threads
Fix problem with ORDER BY being discarded for some DISTINCT queries (bug 275)
Fixed bug with NATURAL LEFT JOIN, NATURAL RIGHT JOIN and RIGHT JOIN when
using many joined tables (Bug 212)
2003-04-26 20:43:28 +03:00
monty@mashka.mysql.fi
f88097eee9
Fix possible memory overrun when reading broken character set files
2003-04-26 17:57:19 +03:00
Sinisa@sinisa.nasamreza.org
5d3df7610f
merge fix
2003-04-26 16:44:42 +03:00
Sinisa@sinisa.nasamreza.org
7499f9a55f
code clean-up
2003-04-26 16:03:33 +03:00
Sinisa@sinisa.nasamreza.org
6fd764a662
Post-merge fix.
2003-04-26 15:58:39 +03:00
igor@hundin.mysql.fi
ba5b57c642
Merge ibabaev@bk-internal.mysql.com:/home/bk/mysql-4.0
...
into hundin.mysql.fi:/home/igor/dev/mysql-4.0
2003-04-26 15:53:28 +03:00
bell@laptop.sanja.is.com.ua
ed1b48185a
fixed incorrect number of affected rows in REPLACE...SELECT... (bug 130)
2003-04-26 15:53:27 +03:00
Sinisa@sinisa.nasamreza.org
5dc8dbea5f
merge fix
2003-04-26 15:26:28 +03:00
Sinisa@sinisa.nasamreza.org
3ca1a152eb
Making a better fix for double released pointers and safe
...
TMP_TABLE_PARAM.
This involved moving things around in include files.
All tests, including the ones with Valgrind passed.
2003-04-26 15:12:14 +03:00
igor@hundin.mysql.fi
b6534b667f
filesort.cc, order_by.result:
...
Fixed bug 263
order_by.test:
Fixed bug 263
2003-04-26 14:54:53 +03:00
lenz@mysql.com
2ad37c0632
Merge lgrimmer@build.mysql.com:/home/bk/mysql-4.0
...
into mysql.com:/space/my/mysql-4.0
2003-04-25 22:29:44 +02:00
lenz@mysql.com
7722a94e09
Merge mysql.com:/space/my/mysql-4.0
...
into mysql.com:/space/my/mysql-4.0-build
2003-04-25 22:14:42 +02:00
lenz@mysql.com
093f661a80
- Applied patch provided by Martin Mokrejs <mmokrejs@natur.cuni.cz>
...
(General code cleanup, use the GRANT statement instead of updating
the privilege tables directly, added option to revoke privileges)
2003-04-25 21:58:25 +02:00
heikki@hundin.mysql.fi
4393bab73c
ut0dbg.h:
...
Print the failing assertion if it fails; helps to analyze bug reports
2003-04-25 21:12:44 +03:00
hf@deer.mysql.r18.ru
aad71de100
Trimming code with Monty's suggestions
2003-04-25 21:28:11 +05:00
lenz@mysql.com
8534b43f70
Merge lgrimmer@build.mysql.com:/home/bk/mysql-4.0
...
into mysql.com:/space/my/mysql-4.0
2003-04-25 14:52:48 +02:00
lenz@mysql.com
8f1098fa30
Merge mysql.com:/space/my/mysql-4.0
...
into mysql.com:/space/my/mysql-4.0-build
2003-04-25 14:52:06 +02:00
lenz@mysql.com
3d19d37c46
- Updated innodb test results on Heikki's request (InnoDB now supports
...
ANALYZE TABLE)
2003-04-25 14:42:01 +02:00
serg@sergbook.mysql.com
4c749f6f3e
Merge bk-internal:/home/bk/mysql-4.0
...
into sergbook.mysql.com:/usr/home/serg/Abk/mysql-4.0
2003-04-25 15:45:45 +04:00
bar@bar.mysql.r18.ru
4c3f1baca9
ctype-tis620.c:
...
Don't allow access outside the string
2003-04-25 16:27:16 +05:00
lenz@mysql.com
8867a6c4a0
- support-files/MacOSX/ReadMe.txt is now autogenerated from the manual
...
instead of being an individual file to avoid redundancy
2003-04-25 13:02:44 +02:00
guilhem@mysql.com
050d5b5487
forgot to commit this one in cset 1.1561 (replication)
2003-04-25 12:31:51 +02:00
greg@mysql.com
24968f1ee3
Changes from Novell for NetWare platform
2003-04-24 20:48:54 -04:00
greg@mysql.com
80a3c64d93
Minor changes in netware directory (From Rob Lyon - Novell)
2003-04-24 18:15:52 -04:00
heikki@hundin.mysql.fi
a4281f59ed
ha_innodb.cc:
...
When FLUSH LOGS is called, flush InnoDB logs to disk also in the case innodb_flush_log_at_trx_commit=0
2003-04-24 23:24:11 +03:00
heikki@hundin.mysql.fi
8a1eeca9be
srv0srv.c:
...
Make sure we do not do insert buffer merge in fast shutdown even if there is some buglet which increments srv_activity_counter during a shutdown
2003-04-24 23:03:00 +03:00
heikki@hundin.mysql.fi
3866d38057
srv0srv.c:
...
Make buffer pool flush batches bigger as that may save some time if fsync is very inefficient
2003-04-24 21:51:00 +03:00
guilhem@mysql.com
66e97ba570
Merge gbichot@bk-internal.mysql.com:/home/bk/mysql-4.1
...
into mysql.com:/home/mysql_src/mysql-4.1
2003-04-24 17:42:07 +02:00
igor@hundin.mysql.fi
517a287ec9
Merge ibabaev@bk-internal.mysql.com:/home/bk/mysql-4.1
...
into hundin.mysql.fi:/home/igor/dev/mysql-4.1
2003-04-24 18:42:06 +03:00
vva@eagle.mysql.r18.ru
855a6b8274
Merge eagle.mysql.r18.ru:/home/vva/work/mysql.orig/clear/mysql-4.1
...
into eagle.mysql.r18.ru:/home/vva/work/COMPRESS_UNCOMPRESS/mysql-4.1
2003-04-24 11:42:05 -04:00
vva@eagle.mysql.r18.ru
0f33b2f0cb
added '.' to end of compressed string
2003-04-24 11:37:55 -04:00
guilhem@mysql.com
b03ec0d7db
Replication: new code to not modify in-memory log positions until the COMMIT
...
is executed, even if the transaction spans on >=2 relay logs (bug #53 ).
New variable relay_log_purge =0|1
New test to verify bug #53
2003-04-24 15:29:25 +02:00