bell@sanja.is.com.ua
e32a1c923a
fixed locking problem with innodb & subqueries (BUG#1708)
...
tests with innodb moved to separate file
2003-11-02 13:53:38 +02:00
bell@sanja.is.com.ua
cac0c0ae6e
key_map is class for now => can't be printed directly
...
(found during BUG#1708 investigation)
2003-11-01 21:05:17 +02:00
bell@sanja.is.com.ua
3e10f80682
fixed part of BUG#1708
...
(test suite will be with next part)
2003-11-01 19:02:43 +02:00
bell@sanja.is.com.ua
dba82596aa
merge
2003-10-31 23:03:27 +02:00
serg@serg.mylan
d1bfa5c598
small fix for max_user_connections. everything else will be pulled from 4.0
2003-10-31 15:53:54 +01:00
serg@serg.mylan
13b5f71844
post-merge fixes
2003-10-31 15:49:59 +01:00
serg@serg.mylan
b1f5a03685
Merge bk-internal:/home/bk/mysql-4.1/
...
into serg.mylan:/usr/home/serg/Abk/mysql-4.1
2003-10-31 14:25:38 +01:00
konstantin@mysql.com
35fe0d898d
Merge kosipov@bk-internal.mysql.com:/home/bk/mysql-4.1
...
into mysql.com:/home/kostja/mysql/mysql-4.1-root
2003-10-31 15:42:27 +03:00
ram@gw.mysql.r18.ru
de9d246548
Fixes for mysql tests.
2003-10-31 16:37:36 +04:00
konstantin@oak.local
d4cc4a3ca1
old_total_warn_count is not used
...
and was removed from THD
2003-10-31 15:15:13 +03:00
serg@serg.mylan
74551a72ec
Merge bk-internal:/home/bk/mysql-4.1/
...
into serg.mylan:/usr/home/serg/Abk/mysql-4.1
2003-10-31 10:34:34 +01:00
ram@gw.mysql.r18.ru
c5b481d99a
Merge rkalimullin@bk-internal.mysql.com:/home/bk/mysql-4.1
...
into gw.mysql.r18.ru:/usr/home/ram/work/4.1.wl1056
2003-10-31 13:03:12 +04:00
ram@gw.mysql.r18.ru
90ffe1be00
WL #1056 : Eliminate NOT operators from where condition
2003-10-31 13:02:16 +04:00
ram@gw.mysql.r18.ru
906ad716cc
new mysqldump -X test (bug #1707 )
2003-10-31 11:29:57 +04:00
ram@gw.mysql.r18.ru
14742557f4
Merge rkalimullin@bk-internal.mysql.com:/home/bk/mysql-4.1
...
into gw.mysql.r18.ru:/usr/home/ram/work/4.1.wl1279
2003-10-31 11:17:12 +04:00
serg@serg.mylan
e5d6035188
post-merge fixes
2003-10-30 21:04:09 +01:00
igor@rurik.mysql.com
f29ed57531
Merge
2003-10-30 10:45:28 -08:00
serg@serg.mylan
54f9d44b7f
merged
2003-10-30 19:26:57 +01:00
serg@serg.mylan
9c4049ad12
Bitmap post-review fixes
2003-10-30 19:17:57 +01:00
ram@gw.mysql.r18.ru
0a357809be
WL #1279 : Add table description to xml dump (SCRUM)
...
Bug #1707 : mysqldump -X does't quote field and table names
code cleanup
2003-10-30 14:58:30 +04:00
konstantin@oak.local
2dadbb3153
small fix in comment
2003-10-30 13:09:38 +03:00
konstantin@oak.local
20ca2dcc09
added fixed= 1 to the end of Item_in_optimizer::fix_fields()
2003-10-30 12:44:25 +03: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
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
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
serg@serg.mylan
6e17f4f20d
fixes to Bitmap class
2003-10-24 22:44:48 +02: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
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