ram@mysql.r18.ru
de596e897e
Fix for spatial objects
2003-01-13 16:36:04 +04:00
heikki@hundin.mysql.fi
8e6a4c6201
ut0mem.c, row0sel.c, row0mysql.c, ut0mem.h, row0sel.h, row0mysql.h:
...
Test allocation of memory beforehand if we are trying to return a > 2 MB BLOB; normally InnoDB asserts if memory allocation fails
ha_innodb.cc:
Do not fetch all columns if change_active_index() is called during a query; a sum(a), max(a) query seemed to do that, doing unnecessary copying (the change actually made in the previous bk ci)
Free BLOB heap of handle when MySQL calls some ::extra()'s
2003-01-12 23:58:56 +02:00
venu@myvenu.com
0d294e1b64
Fix to make the tables re-inited for every execute call
2003-01-11 00:36:13 -08:00
venu@myvenu.com
045b2f2336
Remove/change unwanted variables in client protocol
...
Add missed mysql_stmt_affected_rows()
sql_yacc.yy : Fix the compilation error .. bison 1.75
2003-01-09 17:56:34 -08:00
monty@mashka.mysql.fi
c9dc5a206b
Merge work:/home/bk/mysql-4.1 into mashka.mysql.fi:/home/my/mysql-4.1
2003-01-09 22:43:23 +02:00
monty@mashka.mysql.fi
bf683af4ce
Post merge fix
...
Allow empty key list in USE|IGNORE|FORCE INDEX()
2003-01-09 22:42:31 +02:00
bar@bar.mysql.r18.ru
af76ac08fd
.del-koi8_u.xml~ec104975f7e009bf:
...
Delete: sql/share/charsets/koi8_u.xml
.del-koi8_r.xml~f95ebf1fb19f94cf:
Delete: sql/share/charsets/koi8_r.xml
2003-01-09 17:41:25 +04:00
bar@bar.mysql.r18.ru
8b2b69c8eb
euc_kr, koi8_r and koi8_u have been renamed so that now
...
all charset names don't have "_" sign.
2003-01-09 17:39:02 +04:00
bar@bar.mysql.r18.ru
38dcf18634
koi8u.xml, koi8r.xml:
...
new file
2003-01-09 17:27:13 +04:00
bar@bar.mysql.r18.ru
88e9a0bf2b
do not call get_charset_by_name() with string "DEFAULT"
2003-01-09 16:38:23 +04:00
bar@bar.mysql.r18.ru
a89df5a096
Separating CHARSET and COLLATION terms
2003-01-09 15:37:59 +04:00
monty@mashka.mysql.fi
f8e660d88c
merge with 4.0.9
...
To get bug fixes for TCP/IP connections, FORCE INDEX and OPTIMIZE TABLE with NULL keys
2003-01-09 03:55:26 +02:00
monty@mashka.mysql.fi
a101784930
Add TYPE as an alias for specifying key type
2003-01-09 03:12:17 +02:00
monty@mashka.mysql.fi
3c08da957e
Don't count NULL values in cardinalty for MyISAM tables.
...
Free row buffer cache after each query for MyISAM tables.
Added table join option FORCE INDEX
Fixed core dump bug when connecting with hostname that could not be resolved.
2003-01-09 02:19:14 +02:00
hf@deer.mysql.r18.ru
5a107871c3
Merge abotchkov@work.mysql.com:/home/bk/mysql-4.1
...
into deer.mysql.r18.ru:/home/hf/work/mysql-4.1.clean
2003-01-08 19:43:58 +04:00
hf@deer.mysql.r18.ru
bd5fa8d60e
Fix for the bug about point(subselect(...))
2003-01-08 19:42:31 +04:00
bar@bar.mysql.r18.ru
952cb9b49a
Renamed to look in common style
2003-01-08 16:29:31 +04:00
bar@bar.mysql.r18.ru
ba8a9d4187
Merge abarkov@work.mysql.com:/home/bk/mysql-4.1
...
into bar.mysql.r18.ru:/usr/home/bar/mysql-4.1
2003-01-08 13:41:03 +04:00
bar@bar.mysql.r18.ru
7e13f78acf
COLLATE is field attribute not field type
2003-01-08 13:38:11 +04:00
monty@mashka.mysql.fi
23c13c4539
merge
2003-01-08 11:27:07 +02:00
monty@mashka.mysql.fi
89ef355b9e
Fix for bug in LOAD DATA INFILE and replication
...
Fix for SHOW VARIABLES in embedded server
2003-01-08 11:24:39 +02:00
ram@mysql.r18.ru
30e15bbb6c
Merge rkalimullin@work.mysql.com:/home/bk/mysql-4.1
...
into mysql.r18.ru:/usr/home/ram/work/mysql-4.1
2003-01-08 11:53:09 +04:00
miguel@hegel.br
aa51a87283
Fix embedded server crash
2003-01-07 23:46:30 -02:00
monty@mashka.mysql.fi
ee59eb2418
Portability fixes
...
Fixed test suite for HPUX 10.20 and MacOSX
2003-01-07 16:53:10 +02:00
monty@mashka.mysql.fi
6b93702854
Merge work:/home/bk/mysql-4.1 into mashka.mysql.fi:/home/my/mysql-4.1
2003-01-07 11:45:50 +02:00
monty@mashka.mysql.fi
22aaac013b
Fixed that derived tables are properly droped
2003-01-07 11:45:06 +02:00
bar@bar.mysql.r18.ru
0002525520
Merge abarkov@work.mysql.com:/home/bk/mysql-4.1
...
into bar.mysql.r18.ru:/usr/home/bar/mysql-4.1
2003-01-07 11:39:29 +04:00
heikki@hundin.mysql.fi
b1b47e93b1
buf0buf.c, buf0buf.ic, buf0buf.h:
...
Reduce memory usage of the buffer headers
Many files:
Merge InnoDB-4.1 with AWE support
2003-01-06 22:07:25 +02:00
ram@mysql.r18.ru
aa946a84ff
Merge rkalimullin@work.mysql.com:/home/bk/mysql-4.1
...
into mysql.r18.ru:/usr/home/ram/work/mysql-4.1
2003-01-06 13:13:57 +04:00
monty@mashka.mysql.fi
6be1b941bc
merge
2003-01-06 02:46:36 +02:00
monty@mashka.mysql.fi
803dff1002
Merge with 4.0.8
2003-01-06 02:04:52 +02:00
monty@mashka.mysql.fi
1f6ecc0cd3
Changed mysql-test to print warnings for not existing table to DROP TABLE
...
Cleaned up test; Removed wrong DROP TABLE commands and use standard table and database names.
changed store_warning() -> push_warning_print()
2003-01-06 01:48:59 +02:00
monty@mashka.mysql.fi
9ecf9645eb
A lot of portability fixes.
...
Added rename table for BDB. This fixes a bug in ALTER TABLE with BDB tables.
2003-01-05 20:18:49 +02:00
bar@bar.mysql.r18.ru
2c374be471
Index.xml:
...
fixes
2003-01-05 18:18:45 +04:00
bar@bar.mysql.r18.ru
5a82fcc5e4
Index.xml:
...
typo fix
2003-01-05 17:57:23 +04:00
bar@bar.mysql.r18.ru
479d82689b
latin5.xml, cp1251.xml:
...
Comments
Index.xml:
Languages for cp1256 have been added
.del-win1251ukr.conf~dc3540b3635ed226:
Delete: sql/share/charsets/win1251ukr.conf
.del-win1251.conf~b6bb6681f02917b6:
Delete: sql/share/charsets/win1251.conf
.del-win1250.conf~ea4cecf79a9a2b57:
Delete: sql/share/charsets/win1250.conf
.del-usa7.conf~7907e7e49aad1374:
Delete: sql/share/charsets/usa7.conf
.del-swe7.conf~adc4138b9b597e76:
Delete: sql/share/charsets/swe7.conf
.del-pclatin2.conf~2e905fa7381fd785:
Delete: sql/share/charsets/pclatin2.conf
.del-macromancsas.conf~cb7d2383e8e4105d:
Delete: sql/share/charsets/macromancsas.conf
.del-macromancias.conf~c3061c0b22a0a3cb:
Delete: sql/share/charsets/macromancias.conf
.del-macromanciai.conf~ea8974f393a79edd:
Delete: sql/share/charsets/macromanciai.conf
.del-macromanbin.conf~b9dcdb2797fbae67:
Delete: sql/share/charsets/macromanbin.conf
.del-macroman.conf~ee6a39463223b952:
Delete: sql/share/charsets/macroman.conf
.del-maccecsas.conf~5f1b2bfecf71fa0:
Delete: sql/share/charsets/maccecsas.conf
.del-maccecias.conf~8a71c3a534e70fdd:
Delete: sql/share/charsets/maccecias.conf
.del-macceciai.conf~a4b13482b0d7a5c5:
Delete: sql/share/charsets/macceciai.conf
.del-maccebin.conf~b2b9eab235e1a1ae:
Delete: sql/share/charsets/maccebin.conf
.del-macce.conf~aa8efe8ce8393c31:
Delete: sql/share/charsets/macce.conf
.del-latvian1.conf~6c7c5b2a4c896567:
Delete: sql/share/charsets/latvian1.conf
.del-latvian.conf~a7f7110785a5ff4d:
Delete: sql/share/charsets/latvian.conf
.del-latin5.conf~be23bc5cf8489338:
Delete: sql/share/charsets/latin5.conf
.del-latin2.conf~c45310f353a74d9:
Delete: sql/share/charsets/latin2.conf
.del-latin1csas.conf~e8c5219976bde66b:
Delete: sql/share/charsets/latin1csas.conf
.del-latin1cias.conf~85465c4ba30e76d8:
Delete: sql/share/charsets/latin1cias.conf
.del-latin1bin.conf~76f38a539b7dfa9f:
Delete: sql/share/charsets/latin1bin.conf
.del-latin1.conf~b3d65fc96f2ce181:
Delete: sql/share/charsets/latin1.conf
.del-koi8_ukr.conf~ce11d6ff8ffc4434:
Delete: sql/share/charsets/koi8_ukr.conf
.del-koi8_ru.conf~334df7402af862c8:
Delete: sql/share/charsets/koi8_ru.conf
.del-keybcs2.conf~db3e18f91b2075be:
Delete: sql/share/charsets/keybcs2.conf
.del-hungarian.conf~3b343f4ff7919cd:
Delete: sql/share/charsets/hungarian.conf
.del-hp8.conf~4620f2afc37ae747:
Delete: sql/share/charsets/hp8.conf
.del-hebrew.conf~94ba65846b69f5b7:
Delete: sql/share/charsets/hebrew.conf
.del-greek.conf~68f2c5692866226d:
Delete: sql/share/charsets/greek.conf
.del-german1.conf~765a04d69683cefe:
Delete: sql/share/charsets/german1.conf
.del-estonia.conf~e78f662de664f3ac:
Delete: sql/share/charsets/estonia.conf
.del-dos.conf~5a4357d3335ba812:
Delete: sql/share/charsets/dos.conf
.del-dec8.conf~d882c1e5e4566b87:
Delete: sql/share/charsets/dec8.conf
.del-croat.conf~fb40a3e77604268e:
Delete: sql/share/charsets/croat.conf
.del-danish.conf~90ffe76b3fa5dd46:
Delete: sql/share/charsets/danish.conf
.del-cp866.conf~a70093f2be0a509:
Delete: sql/share/charsets/cp866.conf
.del-cp1257ltlvcsas.conf~2e55f43377962ede:
Delete: sql/share/charsets/cp1257ltlvcsas.conf
.del-cp1257ltlvcias.conf~883d366fc6aa24a1:
Delete: sql/share/charsets/cp1257ltlvcias.conf
.del-cp1257ltlvciai.conf~f47460f62dace37e:
Delete: sql/share/charsets/cp1257ltlvciai.conf
.del-cp1257bin.conf~a34eda136d4d93b0:
Delete: sql/share/charsets/cp1257bin.conf
.del-cp1257.conf~a47298b64ba2dfc1:
Delete: sql/share/charsets/cp1257.conf
.del-cp1256.conf~92e4a7b31184387b:
Delete: sql/share/charsets/cp1256.conf
.del-cp1251csas.conf~9c4b69407a10a136:
Delete: sql/share/charsets/cp1251csas.conf
.del-cp1251cias.conf~6e9b6b7ebafd497c:
Delete: sql/share/charsets/cp1251cias.conf
.del-cp1251bin.conf~a7bf1f052611ca00:
Delete: sql/share/charsets/cp1251bin.conf
.del-cp1251.conf~dfafe742142570:
Delete: sql/share/charsets/cp1251.conf
.del-armscii8.conf~e612e5fb63e34cd4:
Delete: sql/share/charsets/armscii8.conf
2003-01-05 17:48:10 +04:00
bar@bar.mysql.r18.ru
4e405fa200
koi8_ru -> koi8_r
...
charset.conf -> charset.xml
bug fix
2003-01-05 17:34:24 +04:00
bar@bar.mysql.r18.ru
12a05a357a
koi8_u.xml, koi8_r.xml:
...
new file
Index.xml:
these names look more standard
2003-01-05 16:14:56 +04:00
bar@bar.mysql.r18.ru
2bb86d4d61
keybcs2.xml, hp8.xml:
...
new file
2003-01-05 16:02:32 +04:00
bar@bar.mysql.r18.ru
24f527a1c6
hebrew.xml, greek.xml:
...
new file
2003-01-05 15:56:37 +04:00
bar@bar.mysql.r18.ru
db81a046e7
dec8.xml, armscii8.xml, cp866.xml:
...
new file
2003-01-05 15:50:41 +04:00
bar@bar.mysql.r18.ru
89c6a4c120
swe7.xml, ascii.xml:
...
new file
Index.xml:
usa7 -> ascii
2003-01-05 15:38:43 +04:00
bar@bar.mysql.r18.ru
1226da2f1c
cp1250.xml:
...
new file
Index.xml:
win1250 -> cp1250
2003-01-05 15:34:29 +04:00
bar@bar.mysql.r18.ru
420d411737
pclatin2.xml, pclatin1.xml:
...
new file
Index.xml:
pclatin1
2003-01-05 15:27:57 +04:00
bar@bar.mysql.r18.ru
e7f25e0764
cp1256.xml:
...
new file
2003-01-05 15:22:21 +04:00
bar@bar.mysql.r18.ru
eab4d99da6
latin7.xml:
...
new file
2003-01-05 15:19:58 +04:00
bar@bar.mysql.r18.ru
cb71df622d
latin5.xml:
...
new file
2003-01-05 15:13:50 +04:00
bar@bar.mysql.r18.ru
244322df6a
cp1251.xml:
...
win1251ukr has been added
2003-01-05 15:11:00 +04:00
bar@bar.mysql.r18.ru
7dc9e2bc66
cp1251.xml:
...
new file
2003-01-05 15:07:45 +04:00
bar@bar.mysql.r18.ru
ec9a59552b
cp1257.xml:
...
new file
2003-01-05 15:02:50 +04:00