heikki@hundin.mysql.fi
de6cc5f018
row0sel.c:
...
If innodb_force_recovery >= 5, do not try to fetch an old version of a clustered index record: this reduces crashes when dumping tables from a corrupt database
2003-10-28 15:55:18 +02:00
bell@sanja.is.com.ua
ae380c5855
merge
2003-10-28 12:45:37 +02:00
serg@serg.mylan
75454930dc
fixes for max_user_connections (connections are now counted even if
...
max_user_connections is not set - that is no limit - so that when
max_user_connections is set (with SET) old connections are also
taken into account
mutexes are added where appropriate
2003-10-27 15:14:03 +01:00
serg@serg.mylan
52c353de94
correct casting in ulonglong2double
2003-10-27 11:18:44 +01:00
pem@mysql.comhem.se
ea075fbb65
BUG#1644: Insertion of more than 3 NULL columns with parameter binding fails
...
Fixed. Enabled test case in client_test.c.
2003-10-27 10:50:18 +01:00
pem@mysql.com
1814e16378
Merge bk-internal.mysql.com:/home/bk/mysql-4.1
...
into mysql.com:/home/pem/work/mysql-4.1
2003-10-27 08:54:21 +01:00
bell@sanja.is.com.ua
2efab5b67d
fixed ALL/ANY optimisation with union (BUG#1668)
...
code cleanup
2003-10-27 01:01:27 +02:00
bell@sanja.is.com.ua
b9156c1871
Merge sanja.is.com.ua:/home/bell/mysql/bk/mysql-4.1
...
into sanja.is.com.ua:/home/bell/mysql/bk/work-qc_warn-4.1
2003-10-26 22:04:25 +02:00
bell@sanja.is.com.ua
c43ac24bf7
after-merge fix
2003-10-26 22:01:00 +02:00
heikki@hundin.mysql.fi
24db4ecf97
sql_parse.cc:
...
Fix yet another race condition in sql_parse.cc: thd->user_connect object could get deleted too soon, before the call of check_for_max_user_connections
2003-10-26 20:56:52 +02:00
bell@sanja.is.com.ua
393838ad61
merge
2003-10-26 19:38:41 +02:00
monty@narttu.mysql.fi
d9eca0e127
Merge bk-internal.mysql.com:/home/bk/mysql-4.1
...
into narttu.mysql.fi:/my/mysql-4.1
2003-10-26 12:42:58 +02:00
serg@serg.mylan
72d00ef0c2
cleanup
2003-10-25 22:43:19 +02:00
vva@eagle.mysql.r18.ru
7023694649
Merge vvagin@bk-internal.mysql.com:/home/bk/mysql-4.0
...
into eagle.mysql.r18.ru:/home/vva/work/BUG_1228/mysql-4.0
2003-10-25 16:43:18 -04:00
vva@eagle.mysql.r18.ru
e93d5845d9
Merge eagle.mysql.r18.ru:/home/vva/work/mysql.orig/clear/mysql-4.0
...
into eagle.mysql.r18.ru:/home/vva/work/BUG_1348/mysql-4.0
2003-10-25 16:31:49 -04:00
vva@eagle.mysql.r18.ru
30cad8ec2f
Merge eagle.mysql.r18.ru:/home/vva/work/mysql.orig/clear/mysql-4.0
...
into eagle.mysql.r18.ru:/home/vva/work/BUG_1228/mysql-4.0
2003-10-25 16:23:24 -04:00
serg@serg.mylan
eb93b6b81a
return proper value (otherwise mysld crashes here)
2003-10-25 21:12:38 +02:00
heikki@hundin.mysql.fi
5584d422ee
sql_parse.cc:
...
Add diagnostic printf to chack that number of connections for a user never drops below zero
2003-10-25 19:12:29 +03:00
pem@mysql.comhem.se
fa8da6b855
A few more fixes.
...
And added new test for BUG#1644. (Disabled for now, not fixed yet.)
2003-10-25 17:19:35 +02:00
serg@sergbook.mylan
ca58062753
Merge serg:Abk/mysql-4.1
...
into sergbook.mylan:/usr/home/serg/Abk/mysql-4.1
2003-10-25 16:11:30 +02:00
pem@mysql.comhem.se
d72c7dac9a
A major overhaul to adopt to recent changes. It now passes all tests.
...
Note:
- All test results haven't been inspected in detail to see if they are correct.
- Some result set printing seems to have the wrong field width; most notably
date/time fields and type fields (e.g. "int(4)").
- There are still some valgrind complaints, but they seem to be in assert() or
in libmysql.
2003-10-25 15:53:41 +02:00
bell@sanja.is.com.ua
f293edd19b
Merge sanja.is.com.ua:/home/bell/mysql/bk/mysql-4.1
...
into sanja.is.com.ua:/home/bell/mysql/bk/work-4.1
2003-10-25 16:35:14 +03:00
bell@sanja.is.com.ua
defa3d4869
fixed unlinking SELECT methods
2003-10-25 16:29:35 +03:00
serg@serg.mylan
9fa202de5f
and -> &&
2003-10-25 12:00:53 +02:00
bell@sanja.is.com.ua
4da4fdbf7c
Merge sanja.is.com.ua:/home/bell/mysql/bk/mysql-4.1
...
into sanja.is.com.ua:/home/bell/mysql/bk/work-4.1
2003-10-25 10:18:37 +03:00
heikki@hundin.mysql.fi
7891550ebe
sql_parse.cc:
...
URGENT: MONTY AND SERGEI should check this patch! The patch fixes the memory corruption reported by a user. It happened because the code did not keep correct a count of how many connections a user has, and the user object got freed too soon if the same user had more than 1 connection. Also fix a typo by Sanja: 'and' is not a C operator, I think it should be &&
2003-10-25 01:38:42 +03:00
serg@serg.mylan
8cdc27da15
Merge serg.mylan:/usr/home/serg/Abk/mysql-4.1-bug
...
into serg.mylan:/usr/home/serg/Abk/mysql-4.1
2003-10-25 00:03:44 +02:00
serg@serg.mylan
dd860ba354
Merge bk-internal:/home/bk/mysql-4.1/
...
into serg.mylan:/usr/home/serg/Abk/mysql-4.1-bug
2003-10-24 23:53:53 +02:00
serg@serg.mylan
c752d2cad0
removed one more hack that - as usual - almost always worked
...
(but broke permission handling for *some* IP's after we started to compare in utf8)
Bug #1636
2003-10-24 23:27:21 +02:00
vva@eagle.mysql.r18.ru
a6d788d115
added quotas for database names
...
(fixed bug #1348 )
2003-10-24 17:26:26 -04:00
serg@serg.mylan
6e17f4f20d
fixes to Bitmap class
2003-10-24 22:44:48 +02:00
vva@eagle.mysql.r18.ru
dcc36e671c
added to mysql_secure_installation
...
changing root password on all hosts (bug 1228)
2003-10-24 15:20:46 -04:00
bell@sanja.is.com.ua
0ad0c8ff3d
after merge fix
2003-10-24 21:14:26 +03:00
bell@sanja.is.com.ua
85bdf7b925
made 'TODO'
2003-10-24 20:09:57 +03:00
bell@sanja.is.com.ua
caa9645c24
Merge
2003-10-24 19:42:39 +03:00
bell@sanja.is.com.ua
6300a01909
added comment
2003-10-24 19:30:47 +03:00
bell@sanja.is.com.ua
f349adf8de
support 'parallel' updates and rallback of whole statement in case of error in evalueting value which should be assigned
...
(BUG#1484)
2003-10-24 17:28:32 +03:00
serg@serg.mylan
d74ecc079f
style fixes
2003-10-24 13:23:06 +02:00
monty@narttu.mysql.fi
37ee1b8e43
Move the pid file testing after arguments are parsed (previous patch was not correct)
2003-10-24 14:22:54 +03:00
serg@serg.mylan
ad175936ef
ftbench fixes
2003-10-23 23:33:06 +02:00
serg@serg.mylan
944570970d
Merge bk-internal:/home/bk/mysql-4.1/
...
into serg.mylan:/usr/home/serg/Abk/mysql-4.1
2003-10-23 23:11:33 +02:00
bell@sanja.is.com.ua
6457b89948
added check of cardinality to IN/ALL/ANY subquery transformer
...
(BUG#1638)
2003-10-23 23:54:21 +03:00
bell@sanja.is.com.ua
4e1920762a
Merge
2003-10-23 23:06:43 +03:00
bell@sanja.is.com.ua
faea7e0144
Merge
2003-10-23 21:26:06 +03:00
bell@sanja.is.com.ua
5fb30467ee
Merge
2003-10-23 21:09:40 +03:00
bell@sanja.is.com.ua
b0bd7f80be
ufter review fix (BUG#1444)
2003-10-23 20:50:53 +03:00
pem@mysql.com
1130e4f877
Merge pmartin@bk-internal.mysql.com:/home/bk/mysql-4.0
...
into mysql.com:/home/pem/work/mysql-4.0
2003-10-23 15:29:29 +02:00
pem@mysql.com
fb548cbc6d
Put username in the Subject line as well (with the changeset number).
2003-10-23 15:24:48 +02:00
serg@serg.mylan
b820d2a347
query expansion for fulltext search
2003-10-23 15:21:06 +02:00
monty@narttu.mysql.fi
eaf9f35db8
Fix results after merge
2003-10-23 14:04:06 +03:00