lenz@mysql.com
20389c1e9a
Merge mysql.com:/space/my/mysql-4.1
...
into mysql.com:/space/my/mysql-4.1-build
2004-07-15 21:19:16 +02:00
lenz@mysql.com
fe2425b725
- Avoid the error message "Can't read index header from..."
...
when copying a small index file because the value returned
for $length is < 1024. This can happen if the filehandle
was open()ed as an UTF-8 encoded file with Unicode characters
(In this case read() returns characters not bytes)
(Thanks to Mike Bethune) for this hint)
2004-07-15 21:18:31 +02:00
marko@hundin.mysql.fi
20b60510e9
InnoDB: limit the recursion depth for ON (UPDATE|DELETE) CASCADE
...
(Bug #4446 )
2004-07-15 15:46:22 +03:00
bell@sanja.is.com.ua
8ab5398bf7
check that all system tables deleted added
2004-07-15 14:17:30 +03:00
magnus@neptunus.(none)
e20c134da3
Moved testScanPerf to ndb/test/ndbapi/ and added it to Makefile
2004-07-15 09:28:18 +02:00
magnus@neptunus.(none)
66f9769ae3
Remove the remains of SCAN_TABINFO signal
2004-07-15 09:25:23 +02:00
heikki@hundin.mysql.fi
0614f8c718
btr0cur.c:
...
Do not add + 1 to the InnoDB index cardinality estimate if the B-tree just contains one page; the fix made in March 2004 caused InnoDB systematically to overestimate the cardinality of empty or small tables by 1
2004-07-15 09:08:51 +03:00
bell@sanja.is.com.ua
3609ab683e
stack overflow check added for subqueries processing (BUG#4554)
2004-07-14 23:57:14 +03:00
paul@kite-hub.kitebird.com
791bdf2c48
mysql_fix_privilege_tables.sh:
...
Language fixups.
2004-07-14 11:33:00 -05:00
lenz@mysql.com
d764fb4240
- fixed file name of the MySQL startup item script to MySQLCOM,
...
so it's included in the source distribution
2004-07-14 09:10:49 +02:00
lenz@mysql.com
80b363bca0
- Fixed a previous modification to the MySQL Startup Item for
...
Mac OS X: the name of the startup script itself must match the
name of the subdirectory it's located in. Changed MySQL->MySQLCOM
in the Do-pkg script and renamed the file in BK. (Thanks to Bryan
McCormack for reporting this)
2004-07-13 22:11:33 +02:00
lenz@mysql.com
6ea13f941f
Merge lgrimmer@build.mysql.com:/home/bk/mysql-4.0
...
into mysql.com:/space/my/mysql-4.0
2004-07-13 21:50:09 +02:00
lenz@mysql.com
894142b66e
- Move checking of the MD5 checksumming to the correct place
...
- fix calling of my_md5sum
2004-07-13 21:03:30 +02:00
guilhem@mysql.com
9b93534c2f
Merge gbichot@213.136.52.20:/home/bk/mysql-4.1
...
into mysql.com:/home/mysql_src/mysql-4.1-874
2004-07-13 16:51:59 +02:00
guilhem@mysql.com
a009af5e84
WL#1900 "When CHECK TABLE or ANALYZE TABLE of a MyISAM table is killed
...
by KILL or shutdown, do not mark the table as corrupted".
It is indeed more logical to leave the corruption flag unchanged.
This cannot be extended to REPAIR/OPTIMIZE as they make no backup copy
of the MYI. This patch was tested with KILL and mysqladmin shutdown
while a CHECK TABLE was running. Without the patch, the table becomes
unusable (can't INSERT to it, error 145). With the patch, no.
2004-07-13 16:51:10 +02:00
marko@hundin.mysql.fi
54f0ebd2f9
Merge marko@build.mysql.com:/home/bk/mysql-4.0
...
into hundin.mysql.fi:/home/marko/j/mysql-4.0
2004-07-13 15:28:29 +03:00
lenz@mysql.com
c2ca8e1a7a
- fixed tabbing and added several missing symbols (required for
...
linking with PHP5) (thanks to Georg Richter for the patch)
2004-07-13 13:50:06 +02:00
Sinisa@sinisa.nasamreza.org
0d5e1365b4
A fix for a long standing bug in LOAD DATA .. LOCAL ..'
2004-07-13 13:54:20 +03:00
marko@hundin.mysql.fi
b92d70b231
lock0lock.c:
...
Decrement n_lock_table_exp in lock_table_remove_low()
instead of lock_table_dequeue().
Do not empty lock_heap in lock_release_tables_off_kernel().
2004-07-13 12:30:34 +03:00
serg@serg.mylan
3362bbf852
Merge bk-internal.mysql.com:/home/bk/mysql-4.1/
...
into serg.mylan:/usr/home/serg/Abk/mysql-4.1
2004-07-13 09:39:22 +02:00
serg@serg.mylan
141d43ef95
forced X/Open mode on HPUX removed. The correct way (that affects not only C but also C++ and linking) would be
...
CFLAGS="-D_XOPEN_SOURCE -D_XOPEN_SOURCE_EXTENDED -D_HPUX_SOURCE"
CXXFLAGS="-D_XOPEN_SOURCE -D_XOPEN_SOURCE_EXTENDED -D_HPUX_SOURCE"
LDFLAGS="-lxnet"
but apparently MySQL works without too.
2004-07-13 09:37:16 +02:00
serg@serg.mylan
8542743833
s/help all/help contents/
...
bug#4527
2004-07-13 08:57:55 +02:00
marko@hundin.mysql.fi
88369368f5
InnoDB: LOCK TABLES clean-up, part 2
2004-07-12 17:14:13 +03:00
marko@hundin.mysql.fi
a323342728
InnoDB: LOCK TABLE clean-up
2004-07-12 16:47:22 +03:00
marko@hundin.mysql.fi
bea2f4305e
InnoDB: Increment the lock wait watchdog timeout during CHECK TABLE
...
(Bug #2694 )
2004-07-12 15:13:18 +03:00
marko@hundin.mysql.fi
74f3da33bf
srv0start.c:
...
innobase_start_or_create_for_mysql(): Rename innodb.status.<pid>
to innodb_status.<pid> to avoid problems on VMS
2004-07-12 14:12:53 +03:00
monty@mysql.com
79b3b220be
Don't close already closed files in vio (not critical)
2004-07-12 07:38:46 +03:00
monty@mysql.com
56d5e56cc6
Merge
2004-07-11 12:16:25 +03:00
joreland@mysql.com
f39974e672
wl1292
...
Try to remove rare timeouts by
Increased timeout in CpcClient and mgmapi
2004-07-11 08:55:32 +02:00
joreland@mysql.com
33fe23e48c
Merge joreland@bk-internal.mysql.com:/home/bk/mysql-4.1-ndb
...
into mysql.com:/home/jonas/src/mysql-4.1-ndb
2004-07-11 08:49:33 +02:00
joreland@mysql.com
610b3d2977
testSystemRestart -n SR1
...
Handle arbit during system shutdown
2004-07-11 08:49:01 +02:00
dlenev@brandersnatch.localdomain
f214e2a02a
Reorder variables to preserve alphabetical sorting.
2004-07-10 15:21:44 +04:00
serg@serg.mylan
d6f601c80f
mysql_find_files() made extern (from static to sql_show.cc)
2004-07-10 11:13:05 +02:00
serg@serg.mylan
2afadb9c35
Merge bk-internal:/home/bk/mysql-4.0/
...
into serg.mylan:/usr/home/serg/Abk/mysql-4.0
2004-07-10 11:01:33 +02:00
vva@eagle.mysql.r18.ru
34857ee664
manual merge
...
charged sql/sql_db.cc only
(
changed length in mysql_create_db to path_len
so as it was calculated in the first unpack_dirname
in my previous fix for Bug #4378
'"create database IF NOT EXISTS thing" returns an error'
)
2004-07-09 21:06:32 +05:00
vva@eagle.mysql.r18.ru
6782982254
added an optimization in mysql_create_db (sql_db.cc)
...
as after effect of fix for Bug #4378
'"create database IF NOT EXISTS thing" returns an error'
(avoided an unpack_dirname and
changed strcat into strmake)
2004-07-09 20:39:50 +05:00
mysqldev@o2k.irixworld.net
cba5218a1d
Irix64 mipspro ndb compile fixes
2004-07-09 15:10:24 +02:00
serg@serg.mylan
8064f06562
mysqlhotcopy:
...
fix MYI copying with scp
safer tempfile creation
2004-07-09 14:30:51 +02:00
mysqldev@o2k.irixworld.net
63fca63e58
Irix64 mipspro ndb compile fixes
2004-07-09 13:28:52 +02:00
mskold@mysql.com
c437ac8bf8
Merge mskold@bk-internal.mysql.com:/home/bk/mysql-4.1-ndb
...
into mysql.com:/usr/local/home/marty/MySQL/mysql-4.1-ndb
2004-07-09 13:21:22 +02:00
mskold@mysql.com
bddd075d73
Fixed bug #4106 and removed buggy pk update
2004-07-09 13:18:56 +02:00
mysqldev@o2k.irixworld.net
d8ef310a8f
Merge o2k.irixworld.net:/usr/people/mysqldev/jonas/my41
...
into o2k.irixworld.net:/usr/people/mysqldev/jonas/tmp
2004-07-09 12:50:22 +02:00
mysqldev@o2k.irixworld.net
7e6bb0eee8
Irix64 mipspro ndb compile fixes
2004-07-09 12:48:32 +02:00
joreland@mysql.com
fc93bfb904
Merge joreland@bk-internal.mysql.com:irix
...
into mysql.com:/home/jonas/src/mysql-4.1
2004-07-09 12:09:49 +02:00
joreland@mysql.com
f16e5a0afa
Removed some macros
...
and moved some code.
Improve portability
2004-07-09 10:00:09 +02:00
monty@mysql.com
07808113d6
Merge bk-internal.mysql.com:/home/bk/mysql-4.1
...
into mysql.com:/home/my/mysql-4.1
2004-07-09 10:55:47 +03:00
monty@mysql.com
c1032fe9eb
Cleanup of db option cacheing
...
Some bug fixes to last pushed code
2004-07-09 10:55:16 +03:00
monty@mysql.com
064b8b8f65
Merge with 4.0 to get bug fixes
2004-07-09 02:29:28 +03:00
monty@mysql.com
801a24952e
Merge bk-internal.mysql.com:/home/bk/mysql-4.0
...
into mysql.com:/home/my/mysql-4.0
2004-07-09 02:03:50 +03:00
monty@mysql.com
93f3d4c020
Updated result sets (from 4.1)
2004-07-09 02:03:19 +03:00