bell@sanja.is.com.ua
e28b73f490
Merge sanja.is.com.ua:/home/bell/mysql/bk/mysql-4.1
...
into sanja.is.com.ua:/home/bell/mysql/bk/work-subs-4.1
2004-07-16 15:40:05 +03:00
bell@sanja.is.com.ua
bbe121c0c9
memory leak removing
2004-07-16 15:20:51 +03:00
serg@serg.mylan
2c8737035c
Merge bk-internal.mysql.com:/home/bk/mysql-4.1/
...
into serg.mylan:/usr/home/serg/Abk/mysql-4.1
2004-07-16 13:33:57 +02:00
serg@serg.mylan
0452d59d22
in 4.1 DATABASE() may be NULL
2004-07-16 13:21:58 +02:00
bell@sanja.is.com.ua
6952941de6
Merge sanja.is.com.ua:/home/bell/mysql/bk/mysql-5.0
...
into sanja.is.com.ua:/home/bell/mysql/bk/work-view3-5.0
2004-07-16 12:26:05 +03:00
bell@sanja.is.com.ua
166a9ab465
changes in system db creation procedure for view privileges
2004-07-16 12:25:26 +03:00
miguel@hegel.txg
b3b598d19c
Fixes for bug #4571 (Windows compabilities)
2004-07-16 03:47:17 -03:00
dlenev@brandersnatch.localdomain
3a2ca91efe
Fixed typo in sql/sql_insert.cc which caused non-debug builds to fail.
2004-07-16 09:45:44 +04:00
dlenev@brandersnatch.localdomain
ec9eb5eaa6
Fix warnings in sql/item_timefunc.cc which popped up during windows builds.
2004-07-16 07:35:41 +04:00
bell@sanja.is.com.ua
e857822aba
Merge sanja.is.com.ua:/home/bell/mysql/bk/mysql-5.0
...
into sanja.is.com.ua:/home/bell/mysql/bk/work-view3-5.0
2004-07-16 01:27:13 +03:00
bell@sanja.is.com.ua
9336d36cf8
VIEW
...
two TABLE_LIST copy eliminated
2004-07-16 01:15:55 +03:00
guilhem@mysql.com
fb05a6974a
Merge gbichot@bk-internal.mysql.com://home/bk/mysql-5.0
...
into mysql.com:/home/mysql_src/mysql-5.0
2004-07-15 23:35:27 +02:00
guilhem@mysql.com
836d98874d
after merge fixes (making rpl_charset and rpl_timezone pass).
...
Replication of charsets and timezones should shortly be changed to not need ONE_SHOT
(but 5.0 should still be able to read it, to be able to replicate 4.1 masters).
2004-07-15 23:34:41 +02:00
lenz@mysql.com
8b7e07e062
Merge lgrimmer@build.mysql.com:/home/bk/mysql-4.1
...
into mysql.com:/space/my/mysql-4.1
2004-07-15 21:36:17 +02:00
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
serg@serg.mylan
2fd11169ab
failing fulltext_order_by.test fixed
2004-07-15 17:30:55 +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
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
monty@mysql.com
b97ef911c5
Merge
2004-07-15 04:28:42 +03:00
monty@mysql.com
5b3c418b48
After merge fixes
...
Note: The following tests fails
- fulltext (Sergei has promised to fix)
- rpl_charset (Guilhem should fix)
- rpl_timezone (Dimitray has promised to fix)
Sanja needs to check out the calling of close_thread_tables() in sp_head.cc
2004-07-15 04:19:07 +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
serg@serg.mylan
1ed5ce8767
disabled innodb is NOT a reason to fail
2004-07-13 21:00:00 +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
31fe2837f9
Merge with 4.1
2004-07-12 08:20:24 +03:00
monty@mysql.com
fa7f63d46d
After merge fixes
2004-07-12 07:43:38 +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
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
serg@serg.mylan
b4dce3dad3
Merge bk-internal:/home/bk/mysql-5.0/
...
into serg.mylan:/usr/home/serg/Abk/mysql-5.0
2004-07-10 10:19:21 +02:00