guilhem@mysql.com
119d3f039d
Backporting the changeset below from 4.0, because a customer hits
...
the bug with 3.23.
ChangeSet@1.1416.113.1, 2003-03-22 15:22:59+01:00, guilhem@mysql.com
Fix for #178 Replicating INSERT VALUES(USER()) crashes (SEGV) the slave
Now it does not SEGV, but USER() is still badly replicated
(it is replicated to ""), which is a lower priority bug.
2003-08-01 22:29:38 +02:00
bell@sanja.is.com.ua
9c58e2a5c7
Merge sanja.is.com.ua:/home/bell/mysql/bk/mysql-4.1
...
into sanja.is.com.ua:/home/bell/mysql/bk/work-unknown_table-4.1
2003-08-01 19:06:03 +03:00
bell@sanja.is.com.ua
c09d28dd1a
merge fix
2003-08-01 19:04:35 +03:00
konstantin@mysql.com
4dc963f6d6
Merge kosipov@bk-internal.mysql.com:/home/bk/mysql-4.1
...
into mysql.com:/home/kostja/mysql/mysql-4.1-root
2003-08-01 19:44:27 +04:00
bell@sanja.is.com.ua
8d0647c6ac
merge
2003-08-01 18:24:27 +03:00
kostja@oak.local
f54d9df31b
added disable_query_log to fulltext2.test
2003-08-01 18:49:30 +04:00
bell@sanja.is.com.ua
42283d2255
Merge sanja.is.com.ua:/home/bell/mysql/bk/mysql-4.1
...
into sanja.is.com.ua:/home/bell/mysql/bk/work-qc_ci-4.1
2003-08-01 17:32:05 +03:00
bell@sanja.is.com.ua
f59cfa6452
merge
2003-08-01 16:51:54 +03:00
serg@serg.mylan
5ac7f31b57
Merge bk-internal:/home/bk/mysql-4.0/
...
into serg.mylan:/usr/home/serg/Abk/mysql-4.0
2003-08-01 14:58:57 +02:00
serg@serg.mylan
f131bd53d4
replace mi_rrnd() in myrg_rkey family to more intelligent (HA_KEYREAD-aware) read function
2003-08-01 14:58:03 +02:00
heikki@hundin.mysql.fi
14f2fc28b6
log0log.c:
...
Fix assertion failure reported by Alex Kiernan when we compile with the SUN Forte Developer 7 C 5.4 compiler
2003-08-01 12:13:52 +03:00
lenz@mysql.com
3c007c3de9
- portability fixes: put string tests in double quotes (BUG#974).
...
Thanks to Alex Kiernan for the hint.
2003-08-01 10:21:41 +02:00
lenz@mysql.com
216ca1e15d
- fixed BUG#968 ("test: argument expected" error) - thanks to Alex Kiernan
...
for the patch
2003-08-01 10:09:23 +02:00
kostja@oak.local
50d3291aee
manual merge
2003-07-31 17:11:52 +04:00
kostja@oak.local
ce691c7c61
merge commit
2003-07-31 15:47:00 +04:00
serg@serg.mylan
fb5a1da621
bug #942 . docid == ftb->lastpos in join on looping over nested table
2003-07-31 13:45:35 +02:00
bar@bar.mysql.r18.ru
44c0ca610e
mysqldump.c:
...
Use the default character set instead of binary. This is to make "mysqlshow" -> "cat'n'paste database name" -> "mysqldump dbname" circle working.
2003-07-31 09:00:22 +05:00
bar@bar.mysql.r18.ru
e8d52f342d
cp1251.xml:
...
Upper/lower case translation bug for letter 't' fix.
2003-07-31 08:33:59 +05:00
wax@mysql.com
5eb2c03f84
Merge mysql.com:/home/wax/mysql/mysql-4.0
...
into mysql.com:/home/wax/mysql/mysql-4.0chsize
2003-07-31 04:17:42 +06:00
wax@mysql.com
99df703bcb
BUG
...
Add functions SetFilePointerEx and SetEndOfFile for huge
tables instead of chsize
Move chsize to right place
2003-07-31 04:14:36 +06:00
serg@serg.mylan
c8c7aab6a0
Bug#937
...
myisamchk.c:
help text clarified
mi_check.c:
allow one to "analyze" empty table :)
2003-07-30 16:15:10 +02:00
bell@sanja.is.com.ua
5c1ce3c1fe
Merge sanja.is.com.ua:/home/bell/mysql/bk/mysql-4.0
...
into sanja.is.com.ua:/home/bell/mysql/bk/work-merged_qc-4.0
2003-07-30 16:52:56 +03:00
dlenev@mysql.com
4e88ee5a08
Merge bk-internal.mysql.com:/home/bk/mysql-4.0
...
into mysql.com:/home/dlenev/src/mysql-4.0-bugfix
2003-07-30 16:55:31 +04:00
bar@bar.mysql.r18.ru
e423faafb4
Database name and national characters fixes.
2003-07-30 17:51:42 +05:00
bell@sanja.is.com.ua
86e6cf399e
support of more then 255 tables dependence in query cache (fixed BUG#930)
2003-07-30 14:59:56 +03:00
venu@myvenu.com
015a65a7f7
Merge venu@bk-internal.mysql.com:/home/bk/mysql-4.1
...
into myvenu.com:/home/venu/work/sql/dev-4.1
2003-07-30 02:15:26 -07:00
bar@bar.mysql.r18.ru
f8791c3962
Derivation attribute was not processed correctly
...
by MAX/MIN in some cases:
SELECT coercibility(max(s1)) from t1;
Subselect collation and derivation was not processed
correctly:
create table a select (select s1 from t1);
select * from t1 where s1 = (select s2 from t1);
2003-07-30 14:15:25 +05:00
venu@myvenu.com
45dcca7351
Fix for timestamp issue (BR #819 )
2003-07-30 02:01:53 -07:00
dlenev@mysql.com
8f50cd0472
Fix security bug. mysqld server without ssl support was completly
...
ignorant about ssl_type attribute
2003-07-30 03:33:48 +04:00
heikki@hundin.mysql.fi
d7ea863d6b
dict0dict.c:
...
Fix bug introduced in 4.0.13 and reported by Emic: if a CREATE TABLE ended in a comment, a memory overrun could happen
2003-07-30 01:12:33 +03:00
paul@teton.kitebird.com
1f2a95e366
README.1st:
...
Revise 4.1 Windows-install instructions.
2003-07-29 12:51:24 -05:00
bell@sanja.is.com.ua
2b2b8cd889
Merge sanja.is.com.ua:/home/bell/mysql/bk/work-top3-4.1
...
into sanja.is.com.ua:/home/bell/mysql/bk/work-simple_in-4.1
2003-07-29 20:27:36 +03:00
bell@sanja.is.com.ua
62eaaf22f3
Merge sanja.is.com.ua:/home/bell/mysql/bk/mysql-4.1
...
into sanja.is.com.ua:/home/bell/mysql/bk/work-top3-4.1
2003-07-29 20:26:14 +03:00
bell@sanja.is.com.ua
6dea500fb2
prevented finding references in item_list for non-SELECT st_select_lex
...
(fixed BUG#943)
2003-07-29 16:59:46 +03:00
bar@bar.mysql.r18.ru
a057f75bc1
Fixed that this sequence didn't produce an error as it should have:
...
CREATE TABLE t1 (s1 CHAR(5) COLLATE latin1_german1_ci,
s2 CHAR(5) COLLATE latin1_swedish_ci);
SELECT * FROM t1 WHERE s1 = s2;
2003-07-29 17:39:39 +05:00
bar@bar.mysql.r18.ru
c2a7768b56
A new separate error message: Unknown collation 'blablabla'
2003-07-29 17:12:14 +05:00
bell@sanja.is.com.ua
bc1546ce31
count HAVING clause elements with select list elements, because agregate function can be present in it (BUG#922)
...
removerd unused loop_id
2003-07-29 13:00:32 +03:00
hf@deer.(none)
6a46d28e21
Merge abotchkov@bk-internal.mysql.com:/home/bk/mysql-4.1
...
into deer.(none):/home/hf/work/mysql-4.1.clean
2003-07-29 13:11:44 +05:00
gweir@build.mysql.com
56305765a4
logging_ok:
...
Logging to logging@openlogging.org accepted
README.1st:
new file - Readme for Windows distribution
2003-07-29 00:40:50 +02:00
heikki@hundin.mysql.fi
a5eacc69e6
mysqld.cc:
...
innodb_fast_shutdown CAN take an argument though it was not specified so in mysqld.cc
2003-07-29 00:04:56 +03:00
serg@serg.mylan
6ac0c55c10
INSTALL-WIN-SOURCE:
...
Change mode to -rw-rw-r--
2003-07-28 21:21:42 +02:00
serg@serg.mylan
c46f888fe3
Followup to Jim's changes in mysqldoc tree. Unfortunately, it's too late for 4.0.14 :(
2003-07-28 17:50:06 +02:00
bell@sanja.is.com.ua
376f026550
tabe & query hashes made case insensitive (BUG#933)
2003-07-28 18:28:44 +03:00
hf@deer.(none)
680db632c6
Merge abotchkov@bk-internal.mysql.com:/home/bk/mysql-4.1
...
into deer.(none):/home/hf/work/mysql-4.1.clean
2003-07-28 20:16:42 +05:00
hf@deer.(none)
33603d796f
Fix for #886
2003-07-28 20:16:11 +05:00
serg@serg.mylan
7336f9cdd2
bugs #701 and #783 - old .frm files were read in incorrectly in 4.1 (each field was assigned a charset, BLOBs were converted to TEXT)
2003-07-28 16:58:52 +02:00
serg@serg.mylan
2fc11f1f45
test results fixed
2003-07-28 16:58:51 +02:00
vva@eagle.mysql.r18.ru
8b52d7b6c4
Merge eagle.mysql.r18.ru:/home/vva/work/mysql.orig/clear/mysql-4.1
...
into eagle.mysql.r18.ru:/home/vva/work/BUG_663/mysql-4.1
2003-07-28 10:58:50 -04:00
vva@eagle.mysql.r18.ru
406b8ba21e
changed for AUTO_VALUE_ON_ZERO
2003-07-28 10:57:46 -04:00
guilhem@mysql.com
4eccbd87cd
Avoid segfault when LOAD DATA FROM MASTER is run on a master which does no
...
binary logging.
2003-07-28 15:33:46 +02:00