bell@sanja.is.com.ua
e5b2e9b132
removed unneeded bzero
2004-03-23 19:24:35 +02:00
bell@sanja.is.com.ua
ce7798c45e
fixed union with prepared statement bug found by Konstantin
2004-03-23 14:26:54 +02:00
bell@sanja.is.com.ua
6158c94b32
Merge sanja.is.com.ua:/home/bell/mysql/bk/mysql-4.1
...
into sanja.is.com.ua:/home/bell/mysql/bk/work-alias-4.1
2004-03-22 18:19:02 +02:00
bell@sanja.is.com.ua
bbb6642a66
aliases should be compared with my_strcasecmp (BUG#3251)
...
some db comparison code cleupup
removed compiler warnings
2004-03-22 15:43:13 +02:00
bar@bar.intranet.mysql.r18.ru
5c4b54f495
uca-dump.c:
...
new file
2004-03-22 15:14:12 +04:00
bar@bar.intranet.mysql.r18.ru
d82d09b699
.del-uca-dump.c~da786d5a909db27a:
...
Delete: mysys/uca-dump.c
2004-03-22 15:13:47 +04:00
bell@sanja.is.com.ua
7411ac19df
Merge sanja.is.com.ua:/home/bell/mysql/bk/mysql-4.1
...
into sanja.is.com.ua:/home/bell/mysql/bk/work-select_list-4.1
2004-03-21 16:39:37 +02:00
bell@sanja.is.com.ua
947e6e00f8
after merge changes
2004-03-21 16:39:14 +02:00
paul@ice.snake.net
f122e75108
Be picky.
2004-03-20 18:37:15 -06:00
serg@serg.mylan
61a365e696
more sys_var_str fixes
2004-03-20 17:08:01 +01:00
serg@serg.mylan
d1f1bbefab
sys_var_str.value is never NULL
2004-03-20 15:56:20 +01:00
serg@serg.mylan
10a4ed0e00
Merge bk-internal:/home/bk/mysql-4.1/
...
into serg.mylan:/usr/home/serg/Abk/mysql-4.1
2004-03-20 14:36:49 +01:00
serg@serg.mylan
581996393a
select @@smth=@@sys_str_var crash fixed
2004-03-20 14:36:00 +01:00
bell@sanja.is.com.ua
e0766ed685
Merge sanja.is.com.ua:/home/bell/mysql/bk/mysql-4.1
...
into sanja.is.com.ua:/home/bell/mysql/bk/work-select_list-4.1
2004-03-20 14:36:58 +02:00
bell@sanja.is.com.ua
b7efa3e5f6
Merge sanja.is.com.ua:/home/bell/mysql/bk/mysql-4.1
...
into sanja.is.com.ua:/home/bell/mysql/bk/work-select_list-4.1
2004-03-20 13:37:30 +02:00
bell@sanja.is.com.ua
d095d4753e
after review changes
2004-03-20 13:36:26 +02:00
monty@mysql.com
042af556d5
Merge bk-internal.mysql.com:/home/bk/mysql-4.1
...
into mysql.com:/home/my/mysql-4.1
2004-03-20 12:50:12 +02:00
monty@mysql.com
59f9dcd51d
Merge mysql.com:/home/my/mysql-4.0 into mysql.com:/home/my/mysql-4.1
2004-03-20 12:49:17 +02:00
monty@mysql.com
b6e5c23c26
Ensure that we use unix file format (no \r\n) for all new files
...
Portability fixes
2004-03-20 12:48:14 +02:00
heikki@hundin.mysql.fi
a8da91f9fb
btr0btr.c:
...
Correct previous bk commit comment about page splits: actually, in versions < 4.0.19 space utilization is very poor if 1500 - 8000 byte rows are inserted in the order of the primary key
2004-03-20 06:09:18 +02:00
heikki@hundin.mysql.fi
c9bbc83d11
btr0btr.c:
...
Improve space utilization if we have 3 kB - 8 kB rows to insert in the order of the primary key
btr0cur.c:
Fix bug: The row count and key cardinality estimate was grossly too small if each clustered index page only contained one record
2004-03-19 22:51:25 +02:00
lenz@mysql.com
64a19e383a
Merge lgrimmer@build.mysql.com:/home/bk/mysql-4.0
...
into mysql.com:/space/my/mysql-4.0
2004-03-19 18:57:45 +01:00
lenz@mysql.com
2539395737
Merge mysql.com:/space/my/mysql-4.0
...
into mysql.com:/space/my/mysql-4.0-build
2004-03-19 18:50:18 +01:00
lenz@mysql.com
8c5d7e5490
- Do-pkg: PGK and DMG names now include the full arch name (e.g.
...
"-apple-darwin7.3.0-powerpc") - this is needed as we now will provide
Mac OS X 10.2.x and Mac OS X 10.3.x PGKs (and it's more in line of
how we name all other packages)
2004-03-19 18:49:14 +01:00
serg@serg.mylan
fe138bf639
Merge bk-internal:/home/bk/mysql-4.0/
...
into serg.mylan:/usr/home/serg/Abk/mysql-4.0
2004-03-19 18:09:32 +01:00
serg@serg.mylan
361579307e
Merge bk-internal:/home/bk/mysql-4.0/
...
into serg.mylan:/usr/home/serg/Abk/mysql-4.0
2004-03-19 17:37:36 +01:00
monty@mysql.com
82c79134b0
merge with 4.0 to get portability fixes
2004-03-19 18:35:49 +02:00
monty@mysql.com
b49b24d94a
Added test to show bug in current union implementation
...
After merge fixes
Portability fixes
2004-03-19 18:33:38 +02:00
monty@mysql.com
9a1baf7d62
Portability fixes
...
Fixed some wrong column specifications in mysql_fix_privilege_tables
2004-03-19 18:26:02 +02:00
serg@serg.mylan
b4577bc43a
typo in mysql_install_db fixed
2004-03-19 17:19:33 +01:00
greg@mysql.com
ce3a82f45d
Minor changes to fix Windows project files
2004-03-19 14:43:04 -01:00
serg@serg.mylan
13946359c6
DROP DATABASE now returns (affected_rows) number of tables dropped
2004-03-19 16:43:03 +01:00
ingo@mysql.com
6a636a4d07
Merge mysql.com:/home/mydev/mysql-4.1
...
into mysql.com:/home/mydev/mysql-4.1-wl1648
2004-03-19 15:02:26 +01:00
monty@mysql.com
933278a52b
merge with 4.0 (to get compiler error fixes for innodb)
2004-03-19 15:17:56 +02:00
monty@mysql.com
f375eb50f8
Removed \r
2004-03-19 15:03:12 +02:00
monty@mysql.com
b7fc7188d0
Portability fixes
...
Removed \r from new tests
Fixes to get new sustem_mysql_db... tests to work
2004-03-19 14:52:48 +02:00
bar@bar.intranet.mysql.r18.ru
f3c4bda023
uca-dump.c:
...
new file
2004-03-19 16:29:37 +04:00
monty@mysql.com
b4364ca7a6
Merge bk-internal.mysql.com:/home/bk/mysql-4.0
...
into mysql.com:/home/my/mysql-4.0
2004-03-19 13:04:46 +02:00
gluh@gluh.mysql.r18.ru
00630a2640
Merge sgluhov@bk-internal.mysql.com:/home/bk/mysql-4.1
...
into gluh.mysql.r18.ru:/home/gluh/mysql-4.1.clear
2004-03-19 14:36:12 +04:00
gluh@gluh.mysql.r18.ru
e9341da7e7
Fix for bug#1439 UDF Corruption
2004-03-19 14:35:00 +04:00
bar@bar.intranet.mysql.r18.ru
66631a3c1e
Bug #3087 CONCAT_WS makes the server die in case of illegal mix of collations
2004-03-19 12:09:14 +04:00
bar@bar.intranet.mysql.r18.ru
f897144c4e
Bug #2821 Table default character set affects LONGBLOB fields
2004-03-19 11:37:49 +04:00
bar@bar.intranet.mysql.r18.ru
fc17aad767
min_sort_char was added, for the future UCA implementation.
...
UCS2 now has its own my_like_range function.
2004-03-19 10:00:46 +04:00
lenz@mysql.com
698217c8d5
Merge mysql.com:/space/my/mysql-4.1
...
into mysql.com:/space/my/mysql-4.1-build
2004-03-18 22:48:37 +01:00
lenz@kallisto.local
9ab6567bcd
- reverted use of AC_CONFIG_SUBDIRS for BDB for now (it somehow did
...
not work as expected) - need to investigate (after 4.1.2 is released)
2004-03-18 22:46:41 +01:00
guilhem@mysql.com
34aefdf31e
Fix for BUG#3214 "mysqlbinlog --read-from-remote-server --position prints wrong positions"
...
I am fixing it here in 4.1, not in 4.0, as it goes with another change
which I did in 4.1 (fix for BUG#3204
""mysqlbinlog --read-from-remote-server this_binlog.001" prints all binlogs").
2004-03-18 20:53:33 +02:00
guilhem@mysql.com
32feac3093
Merge gbichot@213.136.52.20:/home/bk/mysql-4.1
...
into mysql.com:/home/mysql_src/mysql-4.1
2004-03-18 19:31:06 +02:00
guilhem@mysql.com
244304fdbb
Fix for BUG#3204 ""mysqlbinlog --read-from-remote-server this_binlog.001" prints all binlogs":
...
we now detect that the server is sending us a log which we did not request
by testing the info in the fake Rotate event.
I also changed code to not print the fake Rotate which describes the
log we asked for (it's always the first received event but old masters
may not send it).
2004-03-18 19:29:07 +02:00
bell@sanja.is.com.ua
ede07fcdcf
fixed signed numeric literal parsing
2004-03-18 18:27:03 +02:00
ingo@mysql.com
7216c3b272
WL#1648 - Start/Stop Inserting Duplicates Into a Table
2004-03-18 16:47:16 +01:00