guilhem@mysql.com
88e00cd919
Fixes for
...
BUG#4506 "mysqlbinlog --position --read-from-remote-server has wrong "# at" lines",
BUG#4553 "Multi-table DROP TABLE replicates improperly for nonexistent table" with a test file.
It was not possible to add a test for BUG#4506 as in the test suite we must use --short-form
which does not display the "# at" lines.
2004-07-17 16:58:16 +02:00
serg@build.mysql.com
bc98177aaa
sql_select.cc:
...
if many plans have identical cost, which one will be used depends on how compiler optimizes floating-point calculations
this fix adds repeatability to the optimizer
2004-07-17 16:15:32 +02:00
bell@sanja.is.com.ua
5eadafe569
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-17 02:13:02 +03:00
bell@sanja.is.com.ua
f973ac9942
test fix
2004-07-17 02:09:25 +03:00
bell@sanja.is.com.ua
e3791c3dbf
Merge sanja.is.com.ua:/home/bell/mysql/bk/mysql-4.1
...
into sanja.is.com.ua:/home/bell/mysql/bk/work-4.1
2004-07-17 01:08:25 +03:00
bell@sanja.is.com.ua
b93aa71d15
satisfy VC++
2004-07-16 23:44:14 +03:00
bell@sanja.is.com.ua
0acde609fa
Merge sanja.is.com.ua:/home/bell/mysql/bk/mysql-5.0
...
into sanja.is.com.ua:/home/bell/mysql/bk/work-5.0
2004-07-16 22:54:16 +03:00
bell@sanja.is.com.ua
c5c023a2cb
changes to sutisfy VC++
2004-07-16 22:48:56 +03:00
lenz@mysql.com
baa645a6bc
Merge lgrimmer@build.mysql.com:/home/bk/mysql-5.0
...
into mysql.com:/space/my/mysql-5.0
2004-07-16 21:08:23 +02:00
lenz@mysql.com
35c8dc935d
- Added sql/parse_file.cpp and sql/sql_view.cpp to the mysqld and
...
libmysqld project files
2004-07-16 20:59:09 +02:00
miguel@hegel.txg
71f4b356c6
Merge miguel@bk-internal.mysql.com:/home/bk/mysql-5.0
...
into hegel.txg:/home/miguel/bk/mysql-5.0
2004-07-16 14:27:20 -03:00
bell@sanja.is.com.ua
43f0e95c60
fix function prototype
2004-07-16 19:42:38 +03:00
bell@sanja.is.com.ua
b6a23bab45
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:47:28 +03:00
bell@sanja.is.com.ua
67de5c37ff
Merge sanja.is.com.ua:/home/bell/mysql/bk/mysql-4.1
...
into sanja.is.com.ua:/home/bell/mysql/bk/work-4.1
2004-07-16 15:45:06 +03:00
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