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 |
|
Sinisa@sinisa.nasamreza.org
|
0e38e9fc9a
|
Merge sinisa@bk-internal.mysql.com:/home/bk/mysql-4.0
into sinisa.nasamreza.org:/mnt/work/mysql-4.0
|
2003-03-25 15:47:16 +02:00 |
|
Sinisa@sinisa.nasamreza.org
|
a496daf777
|
A fix for a bug in MyISAM with large number of NULL columns and at
least one BLOB column.
|
2003-03-25 14:49:43 +02: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 |
|
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 |
|
Sinisa@sinisa.nasamreza.org
|
8c36b3b4ec
|
A fix for bug #176
code cleanup
|
2003-03-24 22:52:46 +02: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 |
|
Sinisa@sinisa.nasamreza.org
|
4b1a877b23
|
Merge sinisa@bk-internal.mysql.com:/home/bk/mysql-4.0
into sinisa.nasamreza.org:/mnt/work/mysql-4.0
|
2003-03-24 15:00:32 +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 |
|
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 |
|
monty@narttu.mysql.fi
|
112dfa5900
|
Fixes for fill_help_tables.sql
|
2003-03-21 18:53:55 +02:00 |
|
monty@narttu.mysql.fi
|
11a810d710
|
Fixed reference to uninitialized memory
|
2003-03-21 11:49:17 +02: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 |
|
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 |
|
Sinisa@sinisa.nasamreza.org
|
d027e4c035
|
Merge sinisa@bk-internal.mysql.com:/home/bk/mysql-4.1
into sinisa.nasamreza.org:/mnt/work/mysql-4.1
|
2003-03-20 21:10:04 +02:00 |
|
Sinisa@sinisa.nasamreza.org
|
07c96e1ea7
|
A test case for the bug fix as per PEM's reported bug #118.
Patch is already commited and approved by Sanja ..;o)
|
2003-03-20 20:44:56 +02:00 |
|
Sinisa@sinisa.nasamreza.org
|
15f26dd560
|
A test case for bug in record #166 :
select @@not_a_variable closes the connection
|
2003-03-20 19:13:45 +02:00 |
|
Sinisa@sinisa.nasamreza.org
|
e6a724fd83
|
A fix for a bug when INSERT is attempted into a table with a BLOB and
many NULL columns.
It could be ported back to 3.23 too ....
|
2003-03-20 19:04:30 +02:00 |
|
pem@mysql.com
|
0d95f36a12
|
Post post merge fix. Made the broken ip test work again.
|
2003-03-20 11:57:05 +01:00 |
|
monty@narttu.mysql.fi
|
9f200ede0d
|
Merge bk-internal.mysql.com:/home/bk/mysql-4.1
into narttu.mysql.fi:/my/mysql-4.1
|
2003-03-20 02:06:08 +02:00 |
|
monty@narttu.mysql.fi
|
b883a9c01c
|
Merge with 4.0.12
|
2003-03-19 22:25:44 +02:00 |
|
monty@narttu.mysql.fi
|
68ca84dbd1
|
Print right hostname or IP in SHOW PROCESSLIST
Use SESSION TABLE_HANDLER as default table handler if given table handler doesn't exists
|
2003-03-19 21:43:41 +02:00 |
|
monty@narttu.mysql.fi
|
48a9c1239c
|
Added support for ULONG division with DIV
Fixed non fatal memory leak in slave code.
|
2003-03-19 21:23:13 +02:00 |
|
bar@bar.mysql.r18.ru
|
22cb247c74
|
Strings comparison is now done according to "Collating sequences used for
comparison" table, "SQL Complete, Really", page 162
|
2003-03-19 19:13:28 +04:00 |
|
bar@bar.mysql.r18.ru
|
f63218b39a
|
Getting closer to be more SQL99 in dyadic operations
|
2003-03-19 15:55:17 +04:00 |
|
pem@mysql.com
|
6822eb5ec0
|
Post-merge fixes.
|
2003-03-19 11:36:32 +01:00 |
|
monty@narttu.mysql.fi
|
056e88fe24
|
Merge bk-internal.mysql.com:/home/bk/mysql-4.0
into narttu.mysql.fi:/my/mysql-4.0
|
2003-03-19 00:47:38 +02:00 |
|
monty@narttu.mysql.fi
|
386411b5ba
|
Allow optimzation of multi-table-update also for InnoDB tables
MEMORY is alias for HEAP for CREATE TABLE ... TYPE=HEAP
Fixed bug in multi-table-update where a row could be updated several times
|
2003-03-19 00:45:44 +02:00 |
|
pem@mysql.com
|
4a171efd6f
|
Merged 4.1 -> 5.0.
|
2003-03-18 16:12:50 +01:00 |
|
bar@bar.mysql.r18.ru
|
0f40f15067
|
Merge abarkov@build.mysql.com:/home/bk/mysql-4.1
into bar.mysql.r18.ru:/usr/home/bar/mysql-4.1
|
2003-03-18 17:02:25 +04:00 |
|
ram@mysql.r18.ru
|
0ccb7c3789
|
Should use GeometryFromWKB().
|
2003-03-18 17:01:38 +04:00 |
|
bar@bar.mysql.r18.ru
|
8103c4c537
|
CONVERT class was removed
|
2003-03-18 17:01:32 +04:00 |
|
ram@mysql.r18.ru
|
031ac2a7b2
|
SRID support.
GeomertyFromWKB() function.
SRID() function.
::store() methods for Field_geom.
Code cleanup.
|
2003-03-18 15:30:32 +04:00 |
|
ram@mysql.r18.ru
|
34681a8036
|
Merge rkalimullin@bk-internal.mysql.com:/home/bk/mysql-4.1
into mysql.r18.ru:/usr/home/ram/work/mysql-4.1.sp
|
2003-03-18 14:22:25 +04:00 |
|
bar@bar.mysql.r18.ru
|
0137c812dc
|
SHOW CREATE TABLE didn't display field names in the proper charset
|
2003-03-18 13:42:45 +04:00 |
|
monty@narttu.mysql.fi
|
a916a03916
|
Fixes to avoid errors from valgrind
Fixed problem with 'wrong packet number' in union
|
2003-03-18 11:17:48 +02:00 |
|
monty@narttu.mysql.fi
|
c2fa342d53
|
Merge with 3.23 to get fix for halloween problem on Update of InnoDB tables
|
2003-03-18 03:19:20 +02:00 |
|
monty@narttu.mysql.fi
|
052edd98d4
|
Test of range optimizer in InnoDB
|
2003-03-18 03:16:12 +02:00 |
|
monty@narttu.mysql.fi
|
85de222334
|
Fix of 'halloween bug' with UPDATE of InnoDB tables.
|
2003-03-18 02:51:16 +02:00 |
|
wax@kishkin.ru
|
12f1cb55b5
|
This is full commit of group_concat with support subselects
|
2003-03-18 04:07:40 +05:00 |
|
guilhem@mysql.com
|
87e1c552ed
|
New variable rli->ignore_log_space_limit to resolve
a deadlock between I/O and SQL threads in replication
when relay_log_space is too small. This fixes bug #79.
|
2003-03-17 22:51:56 +01:00 |
|
bar@bar.mysql.r18.ru
|
1600a25a8f
|
ctype_many.result:
new file
As far as bk could not apply delta,
I removed it. Now I'm adding the
new version into the tree again.
|
2003-03-17 22:01:57 +04:00 |
|
bar@bar.mysql.r18.ru
|
dae479e580
|
.del-ctype_many.result~9b541c4def2b5afb:
Delete: mysql-test/r/ctype_many.result
I could not commit it, bk told it can't apply binary delta
for textual file.
|
2003-03-17 22:00:03 +04:00 |
|
bar@bar.mysql.r18.ru
|
04db86f22a
|
|
2003-03-17 21:56:34 +04:00 |
|
bar@bar.mysql.r18.ru
|
cb18c7bb2b
|
ctype_collate.result:
Automatic client-server charset recoding has been added
|
2003-03-17 21:52:03 +04:00 |
|
monty@narttu.mysql.fi
|
e7288f279e
|
After merge fixes
Don't create temporary objects with no table name
|
2003-03-17 15:05:04 +02:00 |
|
monty@narttu.mysql.fi
|
a434bca704
|
Merge with 4.0
|
2003-03-16 19:17:54 +02:00 |
|
monty@mashka.mysql.fi
|
b879a40120
|
Write binlog before commit when doing INSERT ... SELECT
|
2003-03-16 16:28:30 +02:00 |
|
bell@sanja.is.com.ua
|
1a8227d1c1
|
Merge
|
2003-03-15 14:16:57 +02:00 |
|