monty@mysql.com
268521a61d
Give error if locked table is used twice in query. This fixes strange error message when doing LOCK TABLES t1 WRITE; INSERT TABLE t1 SELECT * from t1 (Bug #2296 )
2004-02-03 09:46:48 +01:00
monty@mysql.com
31ad5e4903
Merge bk-internal.mysql.com:/home/bk/mysql-4.0
...
into mysql.com:/home/my/mysql-4.0
2004-01-30 11:31:49 +01:00
monty@mysql.com
ed44e769ba
Fixed parsing of column names and foreign key constraints in Innobase to handle quoted identifiers and identifiers with space. (Bug #1725 )
...
Fix optimizer tuning bug when first used key part was a constant. (Bug #1679 )
2004-01-30 10:46:30 +01:00
guilhem@mysql.com
e71325caf9
Fix for BUG#2477 "Slave stop with error after master reboot if use HEAP tables":
...
when we open the HEAP table for the first time since server restart,
in hp_open(), we set a flag to propagate this info to the handler level
which then writes a DELETE FROM this_heap_table to the binlog.
It is not a perfect solution for the bug, because between the server start and
the first open of the table, the slave still had old data in his table so
a SELECT on the slave may show wrong content. But if there is a --init-file
to populate the HEAP table on master as startup, then this is a safe fix
(I'll put a note about init-file in the HEAP section of the manual).
2004-01-30 00:05:34 +01:00
guilhem@mysql.com
5ce227e78a
Fix for BUG#2527 "Multi-Table Delete - Not Replication use replicate-wild-do-table"
...
(as long as replicate-*-table rules were defined, multi-table DELETE was never
replicated by the slave).
2004-01-29 19:22:29 +01:00
monty@mysql.com
71c6d0c4f9
Merge bk-internal.mysql.com:/home/bk/mysql-4.0
...
into mysql.com:/home/my/mysql-4.0
2004-01-29 15:17:25 +01:00
monty@mysql.com
151b558e21
Mark that strings may change on index only reads (for BDB tables).
...
This fixed problem with index reads on character fields with BDB tables. (Bug #2509 )
2004-01-29 15:16:48 +01:00
heikki@hundin.mysql.fi
8c49856f24
btr0cur.c:
...
Fix bug: InnoDB row count and index cardinality estimates wrapped over at 512 million in 32-bit computers
2004-01-29 14:41:49 +02:00
guilhem@mysql.com
9a4fb0194d
Merge gbichot@bk-internal.mysql.com:/home/bk/mysql-4.0
...
into mysql.com:/home/mysql_src/mysql-4.0
2004-01-28 15:28:04 +01:00
guilhem@mysql.com
1067e197aa
Fix for BUG#2542 "If slave ignores a query it may make the next LOAD DATA INFILE fail":
...
reset errors (in thd) before executing the event. Otherwise if an event is ignored
because of replicate-*-table rules (error ER_SLAVE_IGNORED_TABLE) this error code
may remain in thd->net and the next event may pick it.
2004-01-28 15:26:01 +01:00
heikki@hundin.mysql.fi
9b04e7b9bb
data0data.ic, data0data.h, row0sel.c:
...
Fix bug #2483 with InnoDB, UNIQUE secondary index, and NULL values in that unique index; with the IS NULL predicate, InnoDB returned only the first matching row, though there can be many
2004-01-27 20:10:04 +02:00
ram@gw.mysql.r18.ru
911a876999
Merge rkalimullin@bk-internal.mysql.com:/home/bk/mysql-4.0
...
into gw.mysql.r18.ru:/usr/home/ram/work/4.0.b2298
2004-01-22 20:35:36 +04:00
vva@eagle.mysql.r18.ru
647ff00301
Merge vvagin@bk-internal.mysql.com:/home/bk/mysql-4.0
...
into eagle.mysql.r18.ru:/home/vva/work/BUG_2290/mysql-4.0
2004-01-22 20:35:35 +04:00
vva@eagle.mysql.r18.ru
6ea6ec8adb
Merge eagle.mysql.r18.ru:/home/vva/work/mysql.orig/clear/mysql-4.0
...
into eagle.mysql.r18.ru:/home/vva/work/BUG_2290/mysql-4.0
2004-01-22 20:28:17 +04:00
vva@eagle.mysql.r18.ru
edf7a7b1d9
some ammendments (comments and code style)
2004-01-22 20:20:43 +04:00
ram@gw.mysql.r18.ru
e515d7018f
a proper fix for the bug #2298 Trailing whitespace inconsistently handled in WHERE clause.
...
<monty> ramil, in MySQL/MyISAM we should only strip end space, not 'space-like' characters.
<monty> This is according to SQL; When doing a comparision end space and only end space are ignored.
2004-01-22 18:05:47 +04:00
serg@serg.mylan
faa8252b10
test moved to an appropriate file
2004-01-21 23:39:35 +01:00
serg@serg.mylan
0371c68e3e
two more bugfixes for "space stripping in MyISAM indexes"
2004-01-21 23:29:17 +01:00
serg@serg.mylan
e7a37d41b0
test case for MyISAM sort-repair bug
2004-01-21 21:43:41 +01:00
lenz@mysql.com
6ecd67981a
Merge mysql.com:/space/my/mysql-4.0
...
into mysql.com:/space/my/mysql-4.0-build
2004-01-21 17:49:11 +01:00
lenz@mysql.com
623c47f297
- remove unnecessary code from Do-rpm to delete the source tarball and
...
spec file after the build as RPM has its own option for this
2004-01-21 17:42:41 +01:00
lenz@mysql.com
2a6ec64101
Merge lgrimmer@build.mysql.com:/home/bk/mysql-4.0
...
into mysql.com:/space/my/mysql-4.0
2004-01-21 09:44:51 +01:00
lenz@mysql.com
750907d980
Merge mysql.com:/space/my/mysql-4.0
...
into mysql.com:/space/my/mysql-4.0-build
2004-01-21 09:43:21 +01:00
vva@eagle.mysql.r18.ru
4a668f95ce
added test for bug #2290 "output truncated with ELT when using DISTINCT"
2004-01-21 02:18:51 +04:00
guilhem@mysql.com
ea789c173f
Merge gbichot@bk-internal.mysql.com:/home/bk/mysql-4.0
...
into mysql.com:/home/mysql_src/mysql-4.0
2004-01-20 15:42:44 -05:00
guilhem@mysql.com
0c55118883
Fix for BUG#2452 "Empty LOAD DATA INFILE failes with the master in 3.23.x":
...
do not write the Execute_load_log_event if there was no Create_file_log_event
(empty file).
2004-01-20 15:41:22 -05:00
lenz@mysql.com
8032d6df4e
What started as an attempt to fix BUG#2270 (Substitute paths in mysql
...
manpage) turned out as a major overhaul of all man pages:
- renamed all *.1 files to *.1.in to act as templates which are being
processed at build time
- replaced some hard-coded values with place holder that are being
replaced with the proper values at build time
- Updated list of available man pages in the SEE ALSO section and added a
hint to the manual for more details
- Added a BUGS section to all pages, referring to the bugs DB
- Updated some obsolete URLs and mail addresses
The actual content of these man pages should probably be cross-checked for
correctness, though...
2004-01-20 17:14:02 +01:00
serg@serg.mylan
6d2863d446
Merge bk-internal:/home/bk/mysql-4.0/
...
into serg.mylan:/usr/home/serg/Abk/mysql-4.0
2004-01-20 09:06:03 +01:00
serg@serg.mylan
4f845f4c12
two bugs in parallel repair fixed
2004-01-20 09:05:37 +01:00
monty@mysql.com
007d353eee
Proper fix for bug with BLOB in MIN/MAX
2004-01-19 23:44:39 +01:00
monty@mysql.com
63499f3d09
Merge bk-internal.mysql.com:/home/bk/mysql-4.0
...
into mysql.com:/home/my/mysql-4.0
2004-01-19 23:10:18 +01:00
monty@mysql.com
b5d7506386
Fixed bug in IN() optimization
2004-01-19 23:10:01 +01:00
guilhem@mysql.com
56e8554aac
BUG#2428 "--old-rpl-compat is broken":
...
I remove the --old-rpl-compat which produces broken binlogs readable
neither by 4.0 nor by 3.23.
This option is a leftover of the early replication of 4.0.0, when
it was still partly compatible with 3.23.
I explained this to the user in the bug report.
2004-01-18 17:51:20 +01:00
konstantin@mysql.com
ce3ee36d1e
Merge bk-internal.mysql.com:/home/bk/mysql-4.0
...
into mysql.com:/home/kostja/mysql/mysql-4.0-root
2004-01-16 21:03:13 +03:00
konstantin@mysql.com
5def5b6853
typo fixed PPTHREAD -> PTHREAD
2004-01-16 21:01:58 +03:00
ram@gw.mysql.r18.ru
a0bbfbf4a3
a fix (Bug #2298 : Trailing whitespace inconsistently handled in WHERE clause)
2004-01-16 19:18:57 +04:00
Sinisa@sinisa.nasamreza.org
00a6a9c033
Merge sinisa@bk-internal.mysql.com:/home/bk/mysql-4.0
...
into sinisa.nasamreza.org:/mnt/work/mysql-4.0
2004-01-16 15:26:58 +02:00
monty@mysql.com
d4543818b0
Fixed table crash bug when updating row > 16M (Bug #2159 )
2004-01-15 21:39:56 +01:00
greg@mysql.com
f16a71e2c5
Wrote small Windows build automation script in preparation
...
for re-working project files and enabling remote builds.
2004-01-15 16:08:32 -01:00
lenz@mysql.com
f950b5aed2
Merge lgrimmer@build.mysql.com:/home/bk/mysql-4.0
...
into mysql.com:/space/my/mysql-4.0
2004-01-15 17:47:42 +01:00
serg@serg.mylan
52ad8214d1
Merge bk-internal:/home/bk/mysql-4.0/
...
into serg.mylan:/usr/home/serg/Abk/mysql-4.0
2004-01-15 16:31:55 +01:00
serg@serg.mylan
8caf856afe
an obvious bug in _mi_key_cmp fixed (BUG#2295 - range on blobs)
2004-01-15 16:31:27 +01:00
lenz@mysql.com
5693662fc0
- fixed early removing of socket file when multiple instances of mysqld are
...
started via mysqld_safe (BUG#2114) Thanks to Rodrigo Marchant for the
suggestion
2004-01-15 16:14:30 +01:00
lenz@mysql.com
e452d99048
Merge mysql.com:/space/my/mysql-4.0
...
into mysql.com:/space/my/mysql-4.0-build
2004-01-15 12:09:23 +01:00
heikki@hundin.mysql.fi
15e64c3591
row0ins.c:
...
Fix bug: FOREIGN KEY ... ON UPDATE/DELETE NO ACTION must check the foreign key constraint, not ignore it. Peter Gulutzan said that NO ACTION should check the constraint as deferred, at the end of the SQL statement, while RESTRICT should check it immediately. Since we do not have defered constraints in InnoDB, this bug fix makes InnoDB to check NO ACTION constraints immediately, like it checks RESTRICT constraints.
2004-01-14 16:21:54 +02:00
lenz@mysql.com
a2ff8681ff
Merge mysql.com:/space/my/mysql-4.0
...
into mysql.com:/space/my/mysql-4.0-build
2004-01-13 19:45:09 +01:00
lenz@mysql.com
808ea1486d
- be able to build MySQL-shared-compat RPMs for other archs than i386
2004-01-13 19:44:33 +01:00
lenz@mysql.com
f982614ae2
Merge lgrimmer@build.mysql.com:/home/bk/mysql-4.0
...
into mysql.com:/space/my/mysql-4.0
2004-01-13 19:35:04 +01:00
lenz@mysql.com
20733eed52
- improved wording in mysql_install_db on what to do to set the password
...
for the MySQL root user (BUG#2375)
2004-01-13 19:33:01 +01:00
serg@serg.mylan
709a12ecb1
Merge bk-internal:/home/bk/mysql-4.0/
...
into serg.mylan:/usr/home/serg/Abk/mysql-4.0
2004-01-13 12:31:51 +01:00