vva@eagle.mysql.r18.ru
da662e9d84
Merge eagle.mysql.r18.ru:/home/vva/work/mysql.orig/clear/mysql-4.0
...
into eagle.mysql.r18.ru:/home/vva/work/BUG_2898/mysql-4.0
2004-02-13 02:25:50 +04:00
vva@eagle.mysql.r18.ru
5b369431f1
fixed copying of color in SEL_ARG::clone (fixed bug #2968 )
2004-02-12 23:45:39 +04:00
konstantin@mysql.com
cfcc5a5b29
Merge bk-internal.mysql.com:/home/bk/mysql-4.0
...
into mysql.com:/home/kostja/mysql/mysql-4.0-merge
2004-02-06 19:57:12 +03:00
vva@eagle.mysql.r18.ru
0333f7b10f
fixed bug #1378 "mysqlbinlog for remote host is broken"
2004-02-06 20:57:11 +04:00
konstantin@mysql.com
8090b61fcb
3.23 -> 4.0 merge: after merge fixes
2004-02-06 16:40:44 +03:00
konstantin@mysql.com
2a4cfe8b4f
merge 3.23 -> 4.0, 2003/02/06
2004-02-06 15:23:41 +03:00
konstantin@mysql.com
2093624a73
Fix for bug #2628 "ALTER TABLE destroys table and reports success"
2004-02-06 14:28:57 +03:00
lenz@mysql.com
e306876fe1
- renamed mysql-test/t/init_file.sql to mysql-test/std_data/init_file.dat
...
so it gets picked up by "make dist" and updated init_file test accordingly.
2004-02-05 23:36:54 +01:00
vva@eagle.mysql.r18.ru
d0754dd720
Merge vvagin@bk-internal.mysql.com:/home/bk/mysql-4.0
...
into eagle.mysql.r18.ru:/home/vva/work/BUG_2526/mysql-4.0
2004-02-05 18:14:39 +04:00
vva@eagle.mysql.r18.ru
128751d3f7
Merge eagle.mysql.r18.ru:/home/vva/work/mysql.orig/clear/mysql-4.0
...
into eagle.mysql.r18.ru:/home/vva/work/BUG_2526/mysql-4.0
2004-02-05 17:53:46 +04:00
vva@eagle.mysql.r18.ru
fedeafaef0
code cleanup
2004-02-05 17:52:41 +04:00
monty@mysql.com
7df839e757
Added testing of pthread_key_delete (to fix compile problem on SCO) (Bug #2461 )
...
DROP DATABASE now assumes RAID directories are in hex. (Bug #2627 )
Don't increment 'select_full_range' and similar statistics for EXPLAIN queries. (Bug #2506 )
Test in configure if pthread_key_delete() exists (to fix compile problem on SCO) (Bug #2461 )
2004-02-05 09:12:23 +01:00
vva@eagle.mysql.r18.ru
7769e5a677
added checking for bootstrap in select_send::send_data
...
(fixed bug #2526 "--init-file crashes MySQL if contains large select")
Such checking usually works in send_ok, send_eof, but in this case large
result causes interim flushing.
2004-02-04 21:35:20 +04:00
serg@serg.mylan
069f6892f7
beautify SHOW INDEX
2004-02-04 17:42:18 +01:00
serg@serg.mylan
6595862fa9
Merge bk-internal:/home/bk/mysql-4.0/
...
into serg.mylan:/usr/home/serg/Abk/mysql-4.0
2004-02-04 16:21:24 +01:00
serg@serg.mylan
29f522aec2
disabled atof() test as non-portable
2004-02-04 09:59:18 +01:00
monty@mysql.com
f7e65a7620
Fixed problem with range optimization over overlapping ranges ( #2448 )
2004-02-04 09:51:13 +01:00
monty@mysql.com
5d7ffa49ec
Merge bk-internal.mysql.com:/home/bk/mysql-4.0
...
into mysql.com:/home/my/mysql-4.0
2004-02-04 00:29:34 +01:00
bar@bar.intranet.mysql.r18.ru
6a4e32d089
Thai tis620 crash problem in text comparison routines was fixed.
2004-02-03 14:03:01 +04:00
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
serg@serg.mylan
348a184a7d
test added
2004-02-02 15:57:57 +01:00
heikki@hundin.mysql.fi
be760becac
rpl_insert_id.test, rpl_insert_id.result:
...
Change tests so that tables are dropped in an order respecting the FOREIGN KEY constraints
2004-02-02 01:41:35 +02:00
heikki@hundin.mysql.fi
77d60aa63c
innodb.result, innodb.test:
...
Change tests so that tables are dropped in an order respecting the FOREIGN KEY constraints
2004-02-02 01:30:59 +02:00
dlenev@mysql.com
4578f22271
Fix for bug #2523 '"func_time" test fails on QNX'.
...
Moved all range checks for TIMESTAMP value to my_gmt_sec().
Also fixed check of upper boundary of TIMESTAMP range (which
also now will catch datetime values which are too small for
TIMESTAMP in case if time_t is unsigned).
2004-01-30 19:15:11 +03:00
dlenev@mysql.com
eb218f3c71
Merge bk-internal.mysql.com:/home/bk/mysql-4.0
...
into mysql.com:/home/dlenev/src/mysql-4.0-bg2464
2004-01-30 15:13:54 +03:00
dlenev@mysql.com
e3816cb461
Fix for bugs #1885 , #2464 , #2539 . Proper handling of default
...
values for TIMESTAMP columns. The solution is not perfect since
we just silently ignoring default value for first TIMESTAMP
column and properly reflecting this fact in SHOW CREATE TABLE.
We can't give a warning or simply support standard syntax
(niladic functions as legal value for default) for first field
since it is 4.0 tree.
2004-01-30 15:13:19 +03: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
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
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
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
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
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
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
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
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