ram@mysql.r18.ru
df7c02d8d0
Free allocated memory even in case of error.
2003-03-28 18:18:25 +04:00
ram@mysql.r18.ru
aa19b26c7b
Bug fix: should check _mi_new() return value.
2003-03-28 18:18:24 +04:00
ram@mysql.r18.ru
475d288e8f
Bug fix: should check _mi_write_keypage() return value.
2003-03-28 18:18:23 +04:00
hf@deer.mysql.r18.ru
17176c8330
small addition to fix of truncating in replace
2003-03-28 18:18:22 +04:00
hf@deer.mysql.r18.ru
1dd380fb06
Merge abotchkov@bk-internal.mysql.com:/home/bk/mysql-4.1
...
into deer.mysql.r18.ru:/home/hf/work/mysql-4.1.rpc
2003-03-28 05:50:58 +04:00
hf@deer.mysql.r18.ru
1c931b97e6
Merge abotchkov@bk-internal.mysql.com:/home/bk/mysql-4.1
...
into deer.mysql.r18.ru:/home/hf/work/mysql-4.1.rpc
2003-03-28 00:07:13 +04:00
monty@mashka.mysql.fi
ef4db1377f
Merge bk-internal.mysql.com:/home/bk/mysql-4.1
...
into mashka.mysql.fi:/home/my/mysql-4.1
2003-03-27 14:17:51 +02:00
monty@mashka.mysql.fi
7d09120105
After merge fixes
2003-03-27 14:15:42 +02:00
bar@bar.mysql.r18.ru
f9f99378c4
lex.h:
...
GeometryCollectionFromText is now alias for GeomCollFromText
2003-03-27 13:46:56 +04:00
bar@bar.mysql.r18.ru
0989db3e90
More OpenGIS compatibility:
...
Point, MultiLine, Poligom, etc, are now not aliases
for Geometry, but separate field types.
2003-03-27 13:09:09 +04:00
hf@deer.mysql.r18.ru
5b65745584
Fix of the #173 bug
...
(Truncating of Replace result)
2003-03-26 23:31:42 +04:00
monty@mashka.mysql.fi
3bed7a6131
Merge with 4.0.13
2003-03-26 18:37:38 +02:00
monty@mashka.mysql.fi
ff12a11829
Fix for stack size checking on Solaris.
2003-03-26 14:51:22 +02:00
monty@mashka.mysql.fi
a34bc8eef7
Fix for glibc with small stack size (fixes bug when running crash-me)
2003-03-26 14:11:17 +02:00
bar@bar.mysql.r18.ru
3f777ceff3
greek.xml:
...
Comments why "greek" is ISO greek
2003-03-26 14:11:04 +04:00
bar@bar.mysql.r18.ru
4e06f1f5bd
German Phone book collation is always compiled
...
Some collation names have been renamed
2003-03-26 13:27:19 +04:00
lenz@mysql.com
5e3155f1c7
- removed redundant readline_dir from SUBDIRS to fix "make distclean"
...
(there is a Makefile in readline_topdir that already lists
readline_dir in SUBDIRS)
2003-03-25 22:48:13 +01:00
lenz@mysql.com
3872d04717
Merge lgrimmer@bk-internal.mysql.com:/home/bk/mysql-4.1
...
into mysql.com:/suse80/my/mysql-4.1
2003-03-25 14:29:50 +01:00
lenz@mysql.com
1c3047360c
- fixed comments so mysql_copyright does not eat the whole files
2003-03-25 13:46:10 +01:00
bar@bar.mysql.r18.ru
0f7c02f5fa
SHOW CHARACTER SET now can display comments
...
Low case letters are used in charset names
2003-03-25 16:12:49 +04:00
lenz@mysql.com
7a1820c38a
Merge lgrimmer@bk-internal.mysql.com:/home/bk/mysql-4.1
...
into mysql.com:/suse80/my/mysql-4.1
2003-03-25 12:12:01 +01:00
monty@narttu.mysql.fi
a71abe822d
Merge bk-internal.mysql.com:/home/bk/mysql-4.0
...
into narttu.mysql.fi:/my/mysql-4.0
2003-03-25 13:07:02 +02:00
monty@narttu.mysql.fi
9a7b0ef83d
Fixed bug with GROUP BY and alias
2003-03-25 13:06:20 +02:00
bar@bar.mysql.r18.ru
a55138fd94
sql_string.cc:
...
NATIONAL CHARACTER() has latin1 charset now.
Reasons are (by Monty):
I think we should keepy having latin1 (default configure option)
as the national character set. The reason for this is simple that:
- This is ok for a large part of the world.
- It's faster and takes less space than utf8.
2003-03-25 14:54:07 +04:00
bar@bar.mysql.r18.ru
43a04aa9fc
sql_show.cc:
...
LIKE was used against wrong name
2003-03-25 13:42:01 +04:00
bar@bar.mysql.r18.ru
3a453df6c2
Two separate commands: SHOW COLLATION and SHOW CHARACTER SET
2003-03-25 13:38:05 +04:00
lenz@mysql.com
2a9162d30b
Merge lgrimmer@bk-internal.mysql.com:/home/bk/mysql-4.1
...
into mysql.com:/suse80/my/mysql-4.1
2003-03-25 09:12:23 +01:00
bar@bar.mysql.r18.ru
1c5dd1f533
Collation names have been renamed to common style
2003-03-25 12:07:46 +04:00
monty@narttu.mysql.fi
028c35847f
Merge bk-internal.mysql.com:/home/bk/mysql-4.1
...
into narttu.mysql.fi:/my/mysql-4.1
2003-03-25 02:38:03 +02:00
monty@narttu.mysql.fi
5f5c367361
Fixed bug in allocation memory in key cache. (Memory was not properly aligned which cased core dumps on sparc CPU's)
...
Changed keycache variables to start with my_ instead of _my_
2003-03-25 02:37:41 +02:00
lenz@mysql.com
e93fc8dec0
Merge lgrimmer@bk-internal.mysql.com:/home/bk/mysql-4.1
...
into mysql.com:/suse80/my/mysql-4.1
2003-03-24 21:17:43 +01:00
bar@bar.mysql.r18.ru
d277db7f40
item_strfunc.cc:
...
Fixed that concat() didn't set character set in val_str
concat_ws() now honors coercibility
2003-03-24 20:01:05 +04:00
bar@bar.mysql.r18.ru
9755e44f2e
item_strfunc.cc:
...
The result didn't return proper collation
2003-03-24 19:33:44 +04:00
bar@bar.mysql.r18.ru
d37ebc34c2
item_strfunc.cc:
...
A bug has been fixed. ELT() didn't honor the second argument.
Coercibility support has been added.
2003-03-24 19:23:43 +04:00
lenz@mysql.com
3393432390
- fixed wrong order of commands in Mac OS X Readme.txt
...
(Thanks to Marc Liyanage for spotting this)
2003-03-24 15:06:11 +01:00
lenz@mysql.com
08d03fa399
Merge lgrimmer@bk-internal.mysql.com:/home/bk/mysql-4.1
...
into mysql.com:/suse80/my/mysql-4.1
2003-03-24 12:19:07 +01:00
lenz@mysql.com
3d4dc95281
Merge lgrimmer@bk-internal.mysql.com:/home/bk/mysql-4.0
...
into mysql.com:/suse80/my/mysql-4.0
2003-03-24 12:05:05 +01:00
serg@sergbook.mysql.com
6c033b9854
make myisam usable without threads (and even w/o pthread_t)
2003-03-24 11:19:28 +01:00
jani@rhols221.adsl.netsonic.fi
c7f224ca51
Reverted fix away from 4.0, because it may in rare circumstanses
...
cause compatibility problems. Fix will be enabled in 4.1.
2003-03-23 11:30:45 +02:00
jani@hynda.(none)
a7f632d7a8
Changed some tests to pass with new auto_increment handling,
...
e.g. default value is not accepted with auto_increment anymore.
2003-03-22 20:34:20 +02:00
jani@hynda.(none)
6112e67d64
Added error in case auto_increment and default where defined
...
at the same time.
2003-03-22 19:55:09 +02:00
guilhem@mysql.com
17537ba797
Fix for #178 Replicating INSERT VALUES(USER()) crashes (SEGV) the slave
...
Now it does not SEGV, but USER() is still badly replicated
(it is replicated to ""), which is a lower priority bug.
2003-03-22 15:22:59 +01:00
greg@mysql.com
61cb692507
Missed one file from Novell changes in 1.1686
2003-03-21 16:14:52 -05:00
greg@mysql.com
6c7b1b2f6a
Changes from Novell for various NetWare-only files, post-4.0.12
2003-03-21 15:43:38 -05:00
guilhem@mysql.com
03fbbb7aef
Merge gbichot@bk-internal.mysql.com:/home/bk/mysql-4.1
...
into mysql.com:/home/mysql_src/mysql-4.1
2003-03-21 21:10:20 +01:00
guilhem@mysql.com
b90c91a710
Fix for bug #174 (charset 0 caused segfault)
2003-03-21 21:08:56 +01:00
monty@narttu.mysql.fi
99549a93d6
Merge bk-internal.mysql.com:/home/bk/mysql-4.1
...
into narttu.mysql.fi:/my/mysql-4.1
2003-03-21 18:54:53 +02:00
monty@narttu.mysql.fi
112dfa5900
Fixes for fill_help_tables.sql
2003-03-21 18:53:55 +02:00
walrus@mysql.com
4aee752cf9
crash-me.sh:
...
add foreign key value update test
2003-03-21 21:42:51 +05:00
bar@bar.mysql.r18.ru
6b18a618eb
item_cmpfunc.cc:
...
IFNULL() now honors collations
2003-03-21 19:02:07 +04:00