miguel@hegel.local
3facae335e
Sergei's MyODBC fix
2002-05-12 23:01:45 -03:00
heikki@hundin.mysql.fi
59a00868c9
row0mysql.c:
...
Play safe and set a MySQL 1 - 12 byte BLOB reference to zero except for the length and pointer areas in it
2002-05-09 20:22:26 +03:00
heikki@hundin.mysql.fi
41a1af3b5f
row0sel.c:
...
Monty said an SQL NULL BLOB field must have NULL as the data pointer value
2002-05-09 16:33:12 +03:00
heikki@hundin.mysql.fi
5aa9a391f5
row0mysql.c:
...
Add some diagnostic code to track BLOB bugs if they were not already fixed with the change in row0sel.c
row0sel.c:
Fix a seg fault which was caused inside MySQL because InnoDB when returning a BLOB value did not initialize the length and the data pointer of a BLOB whose value is the SQL NULL; also fix a very improbable race condition which could occur if a row with an externally stored BLOB was fetched using the adaptive hash index
2002-05-09 16:13:09 +03:00
monty@hundin.mysql.fi
c50f6a423c
Merge work:/home/bk/mysql into hundin.mysql.fi:/my/bk/mysql
2002-05-08 13:49:11 +03:00
monty@hundin.mysql.fi
27723023ee
Add missing symbols for linux
2002-05-08 13:48:40 +03:00
zak@balfor.local
d3a523620f
Merge zgreant@work.mysql.com:/home/bk/mysql
...
into balfor.local:/home/zak/bk/mysql
2002-05-08 03:26:49 -06:00
monty@tik.
4ea4027bd0
Merge hundin:/my/mysql-3.23 into tik.:/home/my/mysql-3.23
2002-05-08 12:22:55 +03:00
monty@tik.
ba80457f75
Add missing pthreadtypes.h file to mit-pthreads
2002-05-08 12:19:41 +03:00
zak@balfor.local
1405433568
Tiny fix to make the XML generated by the client well-formed.
...
(Thanks to Georg Richter!)
2002-05-08 03:16:58 -06:00
monty@hundin.mysql.fi
d025029de4
Fix for ISNULL()
2002-05-07 19:08:56 +03:00
monty@tik.
d6fcf75a05
Merge hundin:/my/mysql-3.23 into tik.:/home/my/mysql-3.23
2002-05-07 18:17:45 +03:00
monty@tik.
1dcc450cfb
Remove docs from the bdb distribution
...
Hack to get MIT-pthreads to compile with glibc 2.2
2002-05-07 18:05:15 +03:00
monty@hundin.mysql.fi
1b51186d47
Fix to be able to use egc to compile 3.23
2002-05-05 15:40:45 +03:00
monty@hundin.mysql.fi
5463fdfe28
Fixed bug in ISNULL(not_null_expression)
2002-05-04 11:11:00 +03:00
nick@nick.leippe.com
2453d43ab0
Backport of Sasha's fix to 3.23 from 4.0
...
see dev-private email from sasha, subject:
URGENT: rpl_sporadic_master
2002-05-02 18:55:38 -07:00
monty@hundin.mysql.fi
152734e3da
Fixed test results after last changes
2002-05-02 18:19:52 +03:00
monty@hundin.mysql.fi
be0a02c8cf
Merge work:/home/bk/mysql into hundin.mysql.fi:/my/bk/mysql
2002-05-02 18:08:54 +03:00
monty@hundin.mysql.fi
e90c6b481d
Fixed problems with DECIMAL() type on overflow.
2002-05-02 18:04:21 +03:00
heikki@hundin.mysql.fi
9e51d1a5ee
row0ins.c:
...
Fix an assertion failure in row0ins.c line 511 in case of a cascading delete caused by circularly referencing rows, when foreign keys are used
2002-05-02 11:12:49 +03:00
monty@hundin.mysql.fi
0b6a786540
Don't change FLOAT(X+1,X) to FLOAT(X+2,X)
2002-04-26 13:56:32 +03:00
monty@work.mysql.com
6423437304
Removed copyrighted files from MIT-pthreads
2002-04-26 09:32:42 +02:00
monty@hundin.mysql.fi
c4e1ba9fed
Deleted files in MIT-pthreads that had wrong copyright
2002-04-26 09:30:42 +03:00
monty@tik.mysql.fi
ecf2c4e15a
New if tests
2002-04-22 23:41:55 +03:00
monty@tik.mysql.fi
60c34a45ee
Merge hundin:/my/mysql-3.23 into tik.mysql.fi:/home/my/mysql-3.23
2002-04-22 10:37:23 +03:00
monty@tik.mysql.fi
1016a08dc9
Fixed that IF is case insensitive if 2 and 3 arguments are case insensitive.
...
Added copyright messages to some files that was missing it.
2002-04-22 10:34:46 +03:00
monty@work.mysql.com
f6c0b2c448
Fixing Innodb test results
2002-04-21 12:06:34 +02:00
monty@tik.mysql.fi
f98bf0a065
Fixed bug in @@unknown_variable
2002-04-19 11:38:58 +03:00
monty@hundin.mysql.fi
baa297b789
Merge work:/home/bk/mysql into hundin.mysql.fi:/my/bk/mysql
2002-04-18 18:24:15 +03:00
monty@tik.mysql.fi
f94d84a9ec
SHOW VARIABLES LIKE ... are now case insensitive
...
Fixed stack overflow checking with crash-me with gcc 3.0.4
Using @@unknown_variable doesn't hang client anymore
Added @@VERSION variable
2002-04-18 18:24:14 +03:00
heikki@hundin.mysql.fi
626f5bff47
univ.i:
...
Prevent use of X86 assembler when WIN64 defined
2002-04-18 12:03:40 +03:00
heikki@hundin.mysql.fi
c8b5e41791
univ.i:
...
Make possible switch off X86 assembler usage in Windows: needed for the Itanium port
2002-04-18 10:50:42 +03:00
heikki@hundin.mysql.fi
8da85956dd
Many files:
...
Implement ON DELETE CASCADE and facilitate switching off of UNIQUE constraints and foreign keys
2002-04-18 10:40:32 +03:00
monty@tik.mysql.fi
6519ed11fe
Merge hundin:/my/mysql-3.23 into tik.mysql.fi:/home/my/mysql-3.23
2002-04-17 11:47:29 +03:00
monty@tik.mysql.fi
e29bd611f9
Abort if 'listen()' on TCP/IP fails.
2002-04-17 11:45:26 +03:00
monty@hundin.mysql.fi
fadcf27995
Removed wrong configure line from configure.in
2002-04-17 09:26:47 +03:00
monty@tik.mysql.fi
7258bf9357
Cleanup of pthread_cond_timedwait for HPUX
2002-04-17 08:59:48 +03:00
Sinisa@sinisa.nasamreza.org
9fc8200249
Small fix for HP-UX 10.20 with DCE threads
...
Also --with-libwrap is tested on Linux just fine.
2002-04-16 21:19:00 +03:00
monty@tik.mysql.fi
c0d9954cc7
Fixed pthread_cond_timedwait() for HPUX and DCE threads
...
Cleanup of LIBWRAP handling
2002-04-16 16:29:14 +03:00
monty@hundin.mysql.fi
abb3e50199
Merge work:/home/bk/mysql into hundin.mysql.fi:/my/bk/mysql
2002-04-14 09:01:42 +03:00
monty@hundin.mysql.fi
52613c7e40
Removed C version of longlong2str when using --enable-assembler
2002-04-14 09:00:50 +03:00
Sinisa@sinisa.nasamreza.org
7dfd3da9d5
Merge sinisa@work.mysql.com:/home/bk/mysql
...
into sinisa.nasamreza.org:/home/Sinisa/mysql/mysql
2002-04-13 13:45:23 +03:00
Sinisa@sinisa.nasamreza.org
0541b54fb7
libwrap bug fix for Linux only
2002-04-13 13:44:08 +03:00
monty@hundin.mysql.fi
699f81e62e
Merge work:/home/bk/mysql into hundin.mysql.fi:/my/bk/mysql
2002-04-11 21:20:40 +03:00
monty@tik.mysql.fi
3f2c9e408f
Changlog
2002-04-11 21:20:39 +03:00
heikki@hundin.mysql.fi
8a8f6be17a
os0file.h:
...
Make sure Posix aio is never even tried to use
2002-04-11 15:51:01 +03:00
monty@hundin.mysql.fi
b1cdde8961
Merge work:/home/bk/mysql into hundin.mysql.fi:/my/bk/mysql
2002-04-02 18:01:14 +03:00
serg@serg.mysql.com
fa5717b950
Merge work:/home/bk/mysql into serg.mysql.com:/usr/home/serg/Abk/mysql
2002-04-02 14:59:40 +00:00
serg@serg.mysql.com
8d8a133d51
fts+const_tables bug fixed
2002-04-02 14:56:40 +00:00
monty@hundin.mysql.fi
dfd7f455e4
Fixed help typos in mysql.cc
2002-04-02 17:42:01 +03:00