Sinisa@sinisa.nasamreza.org
a2ec51cec1
Fixed a problem with --skip-networking.
...
This fix should be merged into 4.0 and 4.1
2002-05-31 13:35:20 +03:00
Sinisa@sinisa.nasamreza.org
429aa7459f
A small fix for HP-UX when used --with-debug
2002-05-30 15:49:32 +03:00
heikki@hundin.mysql.fi
b088e1bf1f
ha_innobase.cc:
...
Fix an assertion failure in ha_innobase.cc about line 302 when a user has used user level locks and closes a connection; this was reported by Jeremy Zawodny
2002-05-29 14:04:19 +03:00
monty@hundin.mysql.fi
6d0e43c73b
Renamed stripp_sp -> strip_sp
...
Remove end space from ENUM and SET strings
2002-05-27 23:21:49 +03:00
monty@hundin.mysql.fi
07886933b8
Split raid C function to separate file to make things more portable.
...
Fixed some portability things in my_gethostbyname_r
Portability fix for type_decimal.test
2002-05-27 10:02:00 +03:00
monty@narttu.
747e8778c9
Portability fix for OSF1
2002-05-27 09:29:26 +03:00
serg@sergbook.mysql.com
c06cc02c5d
Merge work:/home/bk/mysql
...
into sergbook.mysql.com:/usr/home/serg/Abk/mysql
2002-05-26 12:59:02 +02:00
serg@sergbook.mysql.com
66b41d19c2
quick fix for some optimizer glitch (it appears as ft+const bug, but it, probably, isn't)
2002-05-25 20:59:50 +02:00
Sinisa@sinisa.nasamreza.org
4d8211e2f3
Changing tests
2002-05-24 18:25:17 +03:00
Sinisa@sinisa.nasamreza.org
692f4af862
just to check for GROUP by bug
2002-05-22 16:36:24 +03:00
Sinisa@sinisa.nasamreza.org
53000468d1
A check that group by bug from 4.0.2 is not here ...
2002-05-22 15:12:42 +03:00
lenz@mysql.com
145731cbf7
Re-diffed patch against glibc 2.2.5 (the last one was malformed and
...
did not apply)
2002-05-21 11:14:47 +02:00
monty@hundin.mysql.fi
d0b6fb7667
Merge work:/home/bk/mysql into hundin.mysql.fi:/my/bk/mysql
2002-05-20 12:11:47 +03:00
monty@hundin.mysql.fi
8c3b77451e
Updated assembler code from MySQL 4.0 (to make them work with gcc 3.0)
...
Fixed memory overrun bug in glibc patch
Updated french error messages
2002-05-20 12:11:15 +03:00
lenz@mysql.com
bff796ebdc
Added os2 source directory to source distribution
...
(thanks to Yuri Dario <mc6530@mclink.it> for pointing this out)
2002-05-17 12:01:04 +02:00
monty@hundin.mysql.fi
b716c18192
Merge work:/home/bk/mysql into hundin.mysql.fi:/my/bk/mysql
2002-05-17 10:51:32 +03:00
monty@hundin.mysql.fi
73392ebee1
Fix bug in CONCAT_WS()
...
Update of glibc patch from MySQL 4.0
2002-05-17 10:50:57 +03:00
Sinisa@sinisa.nasamreza.org
03658d265f
Merge sinisa@work.mysql.com:/home/bk/mysql
...
into sinisa.nasamreza.org:/mnt/mail/work/mysql
2002-05-16 19:00:55 +03:00
Sinisa@sinisa.nasamreza.org
b3005bf70f
A final and proper fix for HP-UX problems with pthread_cond_timedwait.
...
This time I did it "by the book" as this function can return any
of the down cited values after timeout !! This is now done 100 %
according to HP-UX DCE documentation.
This made Hewlett-Packard very happy.
2002-05-16 18:58:50 +03:00
monty@hundin.mysql.fi
f092818715
Merge work:/home/bk/mysql into hundin.mysql.fi:/my/bk/mysql
2002-05-16 16:40:34 +03:00
monty@hundin.mysql.fi
353fb57b74
New my_gethostbyname_r() handling
...
Changed some status variable names
Fix bug in GRANT ... PASSWORD string
2002-05-16 16:32:51 +03:00
arjen@fred.bitbike.com
e1288e07ac
mysql_fix_extensions.sh tool copied from 4.0 tree (referenced in manual).
2002-05-16 10:13:42 +10:00
lenz@mysql.com
8f0f951b4b
Reformatted license statement in mysqlcheck usage output text to enable
...
mysql_copyright to replace it
2002-05-15 15:35:27 +02:00
lenz@mysql.com
0fe3b5afbd
Fixed sql_yacc.yy to be compatible with bison 1.31 and above.
...
Made detection of GNU tar a bit more flexible.
Only use /usr/local/mysql-glibc if it actually exists
2002-05-15 11:06:44 +02:00
monty@hundin.mysql.fi
14b55bcc72
Fixed bug in datetime range optimization
2002-05-15 01:01:26 +03:00
monty@hundin.mysql.fi
4a63405988
Corrected fix for DROP DATABASE on symbolic link
2002-05-14 19:06:23 +03:00
Sinisa@sinisa.nasamreza.org
24b2d57f9c
DROP DATABASE with symlinks did not work before
2002-05-14 14:42:03 +03:00
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