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 |
|
greg@mysql.com
|
a1f9717a4c
|
Merge gweir@bk-internal.mysql.com:/home/bk/mysql-4.0
into mysql.com:/home/greg/bk/mysql-4.0
|
2003-03-24 21:08:54 -05: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 |
|
monty@narttu.mysql.fi
|
73a2a35b11
|
Merge bk-internal.mysql.com:/home/bk/mysql-3.23
into narttu.mysql.fi:/my/mysql-3.23
|
2003-03-24 23:29:06 +02:00 |
|
monty@narttu.mysql.fi
|
8b5ce819db
|
Fixed bug that binary log was not locked during a DELETE FROM TABLE_NAME;
|
2003-03-24 23:24:45 +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 |
|
Sinisa@sinisa.nasamreza.org
|
8e83aad485
|
Merge sinisa@bk-internal.mysql.com:/home/bk/mysql-4.1
into sinisa.nasamreza.org:/mnt/work/mysql-4.1
|
2003-03-24 17:50:24 +02: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 |
|
Sinisa@sinisa.nasamreza.org
|
ad426b8962
|
Merge sinisa@bk-internal.mysql.com:/home/bk/mysql-4.1
into sinisa.nasamreza.org:/mnt/work/mysql-4.1
|
2003-03-24 15:04:01 +02: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
|
67985efed5
|
Post-4.0.12 changes from Novell: mostly NetWare-related code changes to utilize new LibC
|
2003-03-21 16:45:39 -05: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 |
|
bar@bar.mysql.r18.ru
|
b3e89e3b21
|
IF() and LEAST() now honors coercibility
|
2003-03-21 18:31:41 +04:00 |
|
bar@bar.mysql.r18.ru
|
c87303d4a2
|
All charset related actions have been moved from fix_fields() to fix_length_and_dec()
|
2003-03-21 17:21:45 +04:00 |
|
jani@rhols221.adsl.netsonic.fi
|
3d090552da
|
Fixed a bug in comment handling.
|
2003-03-21 14:14:36 +02:00 |
|
bar@bar.mysql.r18.ru
|
8f86a0d3f6
|
sql_yacc.yy:
Reduce/reduce conflict
fix.
|
2003-03-21 15:44:15 +04:00 |
|
bar@bar.mysql.r18.ru
|
4532985221
|
New variable to turn off automatic charset conversion of query results
Some speed improvements
|
2003-03-21 15:18:52 +04:00 |
|
bar@bar.mysql.r18.ru
|
9617ba2bf8
|
Merge abarkov@build.mysql.com:/home/bk/mysql-4.1
into bar.mysql.r18.ru:/usr/home/bar/mysql-4.1
|
2003-03-21 15:09:40 +04:00 |
|
monty@narttu.mysql.fi
|
543bcba894
|
Merge bk-internal.mysql.com:/home/bk/mysql-4.1
into narttu.mysql.fi:/my/mysql-4.1
|
2003-03-21 11:49:56 +02:00 |
|
monty@narttu.mysql.fi
|
11a810d710
|
Fixed reference to uninitialized memory
|
2003-03-21 11:49:17 +02:00 |
|
bar@bar.mysql.r18.ru
|
e6f30b3588
|
Merge abarkov@build.mysql.com:/home/bk/mysql-4.1
into bar.mysql.r18.ru:/usr/home/bar/mysql-4.1
|
2003-03-21 12:05:04 +04:00 |
|
bar@bar.mysql.r18.ru
|
c8954520ba
|
COLLATE precedence bug has been fixed:
"a LIKE b COLLATE c" worked as "(a LIKE b) COLLATE c" which is not right
|
2003-03-21 12:04:08 +04:00 |
|
bell@sanja.is.com.ua
|
2a410e95db
|
Merge sanja.is.com.ua:/home/bell/mysql/mysql-4.0
into sanja.is.com.ua:/home/bell/mysql/work-qcfile-4.0
|
2003-03-21 10:03:43 +02:00 |
|
hf@genie.(none)
|
23a5413bbf
|
Merge abotchkov@bk-internal.mysql.com:/home/bk/mysql-4.1
into genie.(none):/home/hf/work/mysql-4.1.lck
|
2003-03-21 11:54:13 +04:00 |
|
bar@bar.mysql.r18.ru
|
682435db72
|
A separate variable national_charset_info
Fixes according coercibility tables, p162, SQL Complete
|
2003-03-21 11:21:01 +04:00 |
|
hf@genie.(none)
|
43d3472642
|
Merge abotchkov@bk-internal.mysql.com:/home/bk/mysql-4.1
into genie.(none):/home/hf/work/mysql-4.1.lck
|
2003-03-21 11:06:15 +04:00 |
|
hf@genie.(none)
|
d00b3ba511
|
Merge abotchkov@bk-internal.mysql.com:/home/bk/mysql-5.0
into genie.(none):/home/hf/work/mysql-5.0.kil
|
2003-03-21 10:06:04 +04:00 |
|
hf@genie.(none)
|
dd49c33f20
|
SCRUM
two versions of KILL implementation
|
2003-03-21 09:37:01 +04:00 |
|
monty@narttu.mysql.fi
|
e5a949b441
|
Merge bk-internal.mysql.com:/home/bk/mysql-4.1
into narttu.mysql.fi:/my/mysql-4.1
|
2003-03-20 21:35:17 +02:00 |
|
monty@narttu.mysql.fi
|
f8cd1e7906
|
After merge fixes
Fixed bug in Item::set_name()
Fix for memory leak with geometry type
|
2003-03-20 21:35:03 +02:00 |
|