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
serg@serg.mylan
90c6ecca93
BUG#2304 - HANDLER and tables in non-current db
2004-01-13 12:31:25 +01:00
vva@eagle.mysql.r18.ru
d7f6ced155
Fixed Bug #2338 Trigonometric arithmetic problem
...
by fixing optimizer bug with help of 'volatile' keyword
2004-01-12 22:47:26 -04:00
greg@mysql.com
bee338fefe
Checked and applied Novell-supplied patches inside the netware directory only.
2004-01-12 21:15:49 -01:00
Sinisa@sinisa.nasamreza.org
05237bd863
Merge sinisa@bk-internal.mysql.com:/home/bk/mysql-4.0
...
into sinisa.nasamreza.org:/mnt/work/mysql-4.0
2004-01-12 16:28:12 +02:00
Sinisa@sinisa.nasamreza.org
e62b6365ce
opt_sum.cc:
...
A fix for a bug #3189 , pertaining to crashing MySQL server when a query with MIN / MAX on the BLOB column is to be optimised
2004-01-12 16:25:13 +02:00
ram@gw.mysql.r18.ru
c0cb3afb06
A fix (bug #2335 : Inconsistancy with handling of Years and NOW() function).
...
The test might fail if one runs it at 23:59:59 Dec 31
2004-01-11 14:12:46 +04:00
ram@gw.mysql.r18.ru
8178bd4ec8
Merge rkalimullin@bk-internal.mysql.com:/home/bk/mysql-4.0
...
into gw.mysql.r18.ru:/usr/home/ram/work/4.0.b2231
2004-01-09 11:15:14 +04:00
ram@gw.mysql.r18.ru
75df017276
An improvement of the fix for the bug #2231 : string column,
...
INDEX+LIKE, don't take the ESCAPE character. (ver. 2)
2004-01-08 12:24:36 +04:00
heikki@hundin.mysql.fi
18036f98ac
buf0lru.c:
...
Start InnoDB Monitor if 80 % of the buffer pool occupied by adaptive has or lock heaps; do not print the same warning more than 1 time
2004-01-07 18:15:17 +02:00
heikki@hundin.mysql.fi
4c0ad9ccb6
trx0sys.c:
...
DO NOT MERGE TO 4.1: forgot to change this in the previous push
2004-01-06 20:06:07 +02:00
heikki@hundin.mysql.fi
64fb0172e2
Merge heikki@build.mysql.com:/home/bk/mysql-4.0
...
into hundin.mysql.fi:/home/heikki/mysql-4.0
2004-01-06 19:52:24 +02:00
heikki@hundin.mysql.fi
51c0fa2935
trx0sys.c:
...
DO NOT MERGE TO 4.1: charset changes can cause problems in a downgrade 4.1.1 -> 4.0.18
2004-01-06 19:50:50 +02:00
Sinisa@sinisa.nasamreza.org
704284d4a1
mysqldump.c:
...
Fix for UNLOCK TABLES bug #2242
2004-01-06 19:23:30 +02:00
guilhem@mysql.com
d9f95fcbe0
Merge gbichot@bk-internal.mysql.com:/home/bk/mysql-4.0
...
into mysql.com:/home/mysql_src/mysql-4.0
2004-01-06 14:02:24 +01:00
guilhem@mysql.com
b6fcdcffed
Completion of fix for BUG#2121 "Inadequate message "check permissions on master.info"":
...
I had not corrected these languages.
As it has been discussed with the docs team, the new messages will be merged
to 4.1, and then will be translated in 4.1 (they will remain in English
in 4.0).
2004-01-06 14:01:49 +01:00
heikki@hundin.mysql.fi
4fa54c1dca
trx0sys.c, srv0start.c, ibuf0ibuf.c, trx0sys.h, srv0srv.h:
...
DO NOT MERGE TO 4.1: add code for automatic downgrade 4.1.1 -> 4.0 if the user has not created multiple tablespaces yet
2004-01-06 13:40:14 +02:00
ram@gw.mysql.r18.ru
e49c7ae45f
Fix for the bug #2231 : string column, INDEX+LIKE, don't take the ESCAPE character.
...
(acctually i don't like the fix, any suggestions?)
2003-12-30 19:23:38 +04:00
monty@mysql.com
2ea2d15749
Merge
2003-12-30 13:16:49 +02:00
monty@mysql.com
c1dd070ba7
Some small portability fixes.
...
Added support for lower_case_table_names=2, which is to be used on case insensitive file systems.
This tells MySQL to preserve the used case of filenames and database names to make it esier to move files between cases sensitive can case insensitive file systems (like Windows and Linux)
2003-12-30 13:14:21 +02:00
bar@bar.intranet.mysql.r18.ru
ac3ddc8d6c
Merge abarkov@bk-internal.mysql.com:/home/bk/mysql-4.0
...
into bar.intranet.mysql.r18.ru:/usr/home/bar/mysql-4.0
2003-12-24 17:02:25 +04:00
bar@bar.intranet.mysql.r18.ru
e0e6aab6cc
ctype-big5.c:
...
Like did not work in some cases
,
2003-12-24 17:01:48 +04:00
heikki@hundin.mysql.fi
b5d9ecad52
log0log.c:
...
Do not assert in log0log.c, line 856 if ib_logfiles are too small for innodb_thread_concurrency. Instead, print instructions how to adjust my.cnf and call exit(1).
2003-12-23 22:55:38 +02:00
lenz@mysql.com
20b98eb521
- Fixed another missing space
2003-12-23 16:51:14 +01:00
lenz@mysql.com
e9b90a7dcc
- marked /etc/logrotate.d/mysql as a config file in the RPM spec file
...
(BUG#2156)
2003-12-22 14:56:06 +01:00
serg@serg.mylan
33b3930112
typos fixed
2003-12-22 13:03:23 +01:00
monty@mysql.com
57d4813200
Removed some test that was not relevant for MySQL (and which caused problems in MySQL 4.1)
2003-12-21 16:32:32 +02:00
serg@serg.mylan
ed065798b7
Merge bk-internal:/home/bk/mysql-4.0/
...
into serg.mylan:/usr/home/serg/Abk/mysql-4.0
2003-12-19 23:09:39 +01:00
serg@serg.mylan
2cae5989e9
do not put --user into command line if the value comes from [mysqld] or [server] sections
...
Bug #2163
2003-12-19 23:08:20 +01:00
vva@eagle.mysql.r18.ru
f8552632fd
Merge vvagin@bk-internal.mysql.com:/home/bk/mysql-4.0
...
into eagle.mysql.r18.ru:/home/vva/work/BUG_2086/mysql-4.0
2003-12-18 18:08:39 -04:00