gluh@gluh.mysql.r18.ru
8ba33d7dd3
Fix for bug#2586 Disallow global/session/local as structured var. instance names
2004-03-16 14:01:05 +04:00
bell@sanja.is.com.ua
ac8c1cc4be
Merge sanja.is.com.ua:/home/bell/mysql/bk/mysql-4.1
...
into sanja.is.com.ua:/home/bell/mysql/bk/work-fix_fields-4.1
2004-03-16 07:40:11 +02:00
monty@mysql.com
861bf3c8c0
Portability fix
2004-03-16 02:41:36 +02:00
monty@mysql.com
a6ba9f3cbc
Fixed memory overrun in spatial init code
2004-03-16 00:42:10 +02:00
monty@mysql.com
56af3931e0
Merge bk-internal.mysql.com:/home/bk/mysql-4.1
...
into mysql.com:/home/my/mysql-4.1
2004-03-16 00:04:07 +02:00
monty@mysql.com
eb8a9e275f
Moved errno to strtod.c as one can use m_string.h without errno.h
2004-03-16 00:04:06 +02:00
serg@serg.mylan
166c068971
Merge bk-internal:/home/bk/mysql-4.1/
...
into serg.mylan:/usr/home/serg/Abk/mysql-4.1
2004-03-15 23:04:05 +01:00
monty@mysql.com
37390968e7
Merge bk-internal.mysql.com:/home/bk/mysql-4.1
...
into mysql.com:/home/my/mysql-4.1
2004-03-16 00:04:05 +02:00
konstantin@mysql.com
420c956d27
Intermediate commit of client library (cleanups + fixes of 3 items from
...
flaws list)
TODO:
* verify that no sequence of API calls produces SIGSEGV.
That is, verify that mysql_stmt_init -> mysql_stmt_fetch is OK,
or mysql_stmt_prepare -> mysql_stmt_fetch_column is OK and sets
meaningful error.
* remove alloc_stmt_fields call
* revise stmt->state codes and statement states.
* there are other items in prepared statements 'to fix' document.
Done:
- cleanups and comments
- revision of prepared statement error codes.
- mysql_stmt_prepare is now can always be called (that is, you can reprepare
a statement)
- new implementation of mysql_stmt_close and fetch cancellation
2004-03-16 01:04:04 +03:00
hf@deer.(none)
e90c78ceb5
Small fix
2004-03-16 02:04:03 +04:00
hf@deer.(none)
ac9de85b0f
Merge abotchkov@bk-internal.mysql.com:/home/bk/mysql-4.1
...
into deer.(none):/home/hf/work/mysql-4.1.clean
2004-03-16 01:53:27 +04:00
hf@deer.(none)
f2ef7e1a32
Yet another fix for spatial parts
2004-03-16 01:50:35 +04:00
serg@serg.mylan
3351b01d83
cleanup
2004-03-15 22:02:47 +01:00
konstantin@mysql.com
36120d420a
Fix of compilation failure of latest 4.1 tree: new constants in mysqld.cc
...
exceed unsigned long limit.
2004-03-15 22:39:36 +03:00
konstantin@mysql.com
e43ac76094
Fixes for bugs #2274 "mysqld gets SIGSEGV during processing of malformed
...
COM_EXECUTE packet" and #2795 "prepare + execute without bind_param crashes
server" and #2473 "seg fault running tests/client_test.c":
- length checking added to packet parser
- default impelemntation of Item_param::set_param_func will work in
case of malformed packet.
No test cases are possible in our test suite, as there are no tests
operating on protocol layer.
2004-03-15 20:20:47 +03:00
gluh@gluh.mysql.r18.ru
7e2bb11d2a
Fix for bug#3041 --safe-updates option declaration anomaly
2004-03-15 19:47:51 +04:00
gluh@gluh.mysql.r18.ru
9f22beb242
Fix for bug#2972 Problem the the CONV() function
2004-03-15 19:18:30 +04:00
bell@sanja.is.com.ua
3e1c841ced
Merge sanja.is.com.ua:/home/bell/mysql/bk/mysql-4.1
...
into sanja.is.com.ua:/home/bell/mysql/bk/work-fix_fields-4.1
2004-03-15 16:31:41 +02:00
gluh@gluh.mysql.r18.ru
df0ede69fc
Task #835 : additional changes fot str_to_date
2004-03-15 18:28:21 +04:00
hf@deer.(none)
54167da4b0
Merge abotchkov@bk-internal.mysql.com:/home/bk/mysql-4.1
...
into deer.(none):/home/hf/work/mysql-4.1.valg
2004-03-15 16:57:56 +04:00
hf@deer.(none)
317e89bc49
Fix for valgrind's warning
2004-03-15 16:32:53 +04:00
monty@mysql.com
9e8938cbae
merge & simple cleanup
2004-03-15 13:21:14 +02:00
monty@mysql.com
cf66e187e2
Optimizations
2004-03-15 12:53:27 +02:00
bell@sanja.is.com.ua
443870e95e
fixed comments
2004-03-15 11:02:54 +02:00
serg@serg.mylan
ded8fa56eb
my_strtod fixes:
...
sigsegv protection (exp overflow)
don't return inf!
use errno=EOVERFLOW to signal an overflow (as my_strntod uses errno anyway)
if errno will be too slow, my_strtod can be changed to return overflow status in a parameter (like my_strntod does)
2004-03-14 17:25:20 +01:00
serg@serg.mylan
42c19ada56
Merge bk-internal:/home/bk/mysql-4.1/
...
into serg.mylan:/usr/home/serg/Abk/mysql-4.1
2004-03-14 11:51:09 +01:00
serg@serg.mylan
ae279eae3b
UUID() bug that manifests itself on low-res (<1 us) timers only
...
(and not critical at all as it does not result in repeated values)
2004-03-14 11:50:15 +01:00
vva@eagle.mysql.r18.ru
283d455711
Merge vvagin@bk-internal.mysql.com:/home/bk/mysql-4.1
...
into eagle.mysql.r18.ru:/home/vva/work/BUG_856/mysql-4.1
2004-03-14 01:33:16 +04:00
vva@eagle.mysql.r18.ru
b3cb4dace5
fixed bug #856 'Naming a key "Primary" causes trouble'
2004-03-14 01:31:30 +04:00
vva@eagle.mysql.r18.ru
145d222a86
Merge vvagin@bk-internal.mysql.com:/home/bk/mysql-4.1
...
into eagle.mysql.r18.ru:/home/vva/work/BUG_1427/mysql-4.1
2004-03-13 23:14:41 +04:00
vva@eagle.mysql.r18.ru
5bada5ee99
fixed bug #1427 "enum allows duplicate values in the list"
2004-03-13 23:13:31 +04:00
hf@deer.(none)
afc8eace7f
Fix for #1325
...
We just tried to open binlog's file twice in embedded server
2004-03-13 20:11:41 +04:00
konstantin@oak.local
001ad87554
fix to make client.c compile on windows
2004-03-12 18:53:45 +03:00
lenz@mysql.com
8ad684adb9
Merge mysql.com:/space/my/mysql-4.1
...
into mysql.com:/space/my/mysql-4.1-build
2004-03-12 15:43:53 +01:00
lenz@kallisto.local
7765418e3c
- added AC_PROG_LIBTOOL to innobase/configure.in to be able to compile
...
MySQL with InnoDB on IBM AIX 5.2 in 64bit mode (which requires a special
AR flag)
2004-03-12 15:42:26 +01:00
konstantin@oak.local
a1834919a9
Rudimentary part of libmysql patch:
...
set_mysql_error is deployed
2004-03-12 15:21:48 +03:00
hf@deer.(none)
6aa1cc4a63
Merge abotchkov@bk-internal.mysql.com:/home/bk/mysql-4.1
...
into deer.(none):/home/hf/work/mysql-4.1.spa
2004-03-12 12:05:08 +04:00
hf@deer.(none)
f2366bf02c
Spatial code changed to get rid of inconsistent this->* operation
...
Now we use virtual calls instead and redirect VMT pointer of the
geometry object with 'new' operation
2004-03-12 12:04:00 +04:00
vva@eagle.mysql.r18.ru
0be2ef688c
merge correcttion in mysql-test/r/mysqldump.result
2004-03-11 22:43:10 +04:00
vva@eagle.mysql.r18.ru
bb6aee84ef
Merge
2004-03-11 22:01:25 +04:00
vva@eagle.mysql.r18.ru
3c1ba83296
fixed bug #2591 "mysqldump quotas names inconsistently"
2004-03-11 18:46:27 +04:00
konstantin@oak.local
082a01d1e0
Rename:
...
read_statistic -> read_statistics
(statistic is adjective)
2004-03-10 20:12:24 +03:00
ram@gw.mysql.r18.ru
cd7ec53dad
Merge rkalimullin@bk-internal.mysql.com:/home/bk/mysql-4.1
...
into gw.mysql.r18.ru:/usr/home/ram/work/4.1.b3036
2004-03-10 13:36:20 +04:00
jani@ua72d24.elisa.omakaista.fi
f75fc89c7f
Merge jamppa@bk-internal.mysql.com:/home/bk/mysql-4.1
...
into ua72d24.elisa.omakaista.fi:/home/my/bk/mysql-4.1
2004-03-09 22:03:23 +02:00
jani@ua72d24.elisa.omakaista.fi
8dcb41d8d9
Fixed Bug#3115. CAST AS DATE with malformed string returns NULL but IS NULL
...
is false.
2004-03-09 22:03:01 +02:00
lenz@kallisto.local
c104b25693
- added mysql-@VERSION@.spec to pkgdata_DATA again
...
(it got lost during a recent BK merge)
2004-03-09 19:23:29 +01:00
ram@gw.mysql.r18.ru
8ffd9a9190
Fix for the bug #3089 : SUBSTRING bug when mixed with CONCAT and ORDER BY
2004-03-09 16:52:37 +04:00
bell@sanja.is.com.ua
d3b96b3a6e
after merge fix
2004-03-09 14:44:15 +02:00
bell@sanja.is.com.ua
7e48a0f610
merge
2004-03-09 12:52:25 +02:00
paul@ice.snake.net
c3920549bd
Reapply change after merge.
2004-03-08 15:07:49 -06:00