monty@hundin.mysql.fi
d1e13bec39
Fixed key algorithm handling
2002-05-22 20:09:03 +03:00
monty@hundin.mysql.fi
e013efcc12
Fixed problem in fulltest testcase
2002-05-22 18:51:21 +03:00
ram@gw.udmsearch.izhnet.ru
3b43cb2960
BTREE heap key structure is now the same as MyISAM
...
_mi_compare_text -> mi_compate_text
Changes according Monty's suggestions
2002-05-21 21:54:08 +05:00
bar@gw.udmsearch.izhnet.ru
ba963bb64d
Bug fix: charset was not initialized
2002-05-20 21:56:27 +05:00
bar@gw.udmsearch.izhnet.ru
65eb2e9f78
Fix for bug mentioned by Peter and Sanja
2002-05-20 20:38:39 +05:00
bar@gw.udmsearch.izhnet.ru
2b0a5e1f65
Charset related synax changes, now these things work in parser:
...
CREATE DATABASE name DEFAULT CHARACTER SET charsetname;
CREATE DATABASE name (fieldname CHAR(n) CHARACTER SET charsetname);
Changes affect query parsing ONLY and do not have other effect yet.
2002-05-20 17:10:50 +05:00
bar@gw.udmsearch.izhnet.ru
196aa19cf6
Now string values are created and filled with charset field
...
SELECT func(charset2) FROM t ORDER BY 1 works in correct charset
2002-05-17 16:29:52 +05:00
bar@gw.udmsearch.izhnet.ru
7fce07d52d
Now several character sets can live in the same table,
...
However some hacks were used while waiting for new FRM file
2002-05-14 20:58:38 +05:00
bell@sanja.is.com.ua
f3dc0a80e1
HEAP tables bug (by Ramil request)
2002-05-13 22:39:36 +03:00
bar@gw.udmsearch.izhnet.ru
413d32d796
Added charset information
2002-05-13 18:24:42 +05:00
bar@gw.udmsearch.izhnet.ru
0cede3088c
New Serbian error.txt
2002-05-13 18:18:27 +05:00
bell@sanja.is.com.ua
7167b59a6e
Merge abelkin@work.mysql.com:/home/bk/mysql-4.1
...
into sanja.is.com.ua:/home/bell/mysql/mysql-4.1
2002-05-06 22:49:22 +03:00
bell@sanja.is.com.ua
ac28b19955
fixed bug in derived tables if derived tables more than 1
2002-05-06 22:47:57 +03:00
bar@gw.udmsearch.izhnet.ru
839a135ef6
Use keyseg charset instead of default_charset_info
2002-05-06 18:52:06 +05:00
ram@gw.udmsearch.izhnet.ru
06ed215c37
Index number argument
...
Fix in test results
2002-04-29 13:53:29 +05:00
ram@gw.udmsearch.izhnet.ru
b8a12a8cec
MI_KEYSEG -> HA_KEYSEG
...
_mi_key_cmp -> ha_key_cmp
2002-04-25 15:10:29 +05:00
bar@gw.udmsearch.izhnet.ru
eab2893dac
RB-Tree indexes support in HEAP tables
...
Renamed _hp_func -> hp_func
mi_key_cmp moved to /mysys/my_handler.c
New tests for HEAP tables
2002-04-25 13:36:55 +05:00
bar@gw.udmsearch.izhnet.ru
c917658988
Exhange HA_AUTO_KEY and HA_SPATIAL values: FRM stores only 8bit flags
2002-04-18 17:35:26 +05:00
bar@gw.udmsearch.izhnet.ru
cf5e0d3394
Fix to use Monty's changes in frm format
...
Enable latin1 by default
2002-04-18 14:08:38 +05:00
bar@gw.udmsearch.izhnet.ru
79fb335f32
Fix for AsText() spatial function
2002-04-18 11:53:59 +05:00
bar@gw.udmsearch.izhnet.ru
64943e08a1
Fix for problem that GROUP BY and DISTINCT didn't work for UTF8
2002-04-17 17:27:13 +05:00
bar@gw.udmsearch.izhnet.ru
6b49eb2afc
Some charsets require special hash function
...
New file ctype-win1250ch, I forgot to commit it in my previous changes
2002-04-17 15:57:18 +05:00
bar@gw.udmsearch.izhnet.ru
00dee51604
New win1250ch charset
2002-04-17 14:16:26 +05:00
bar@gw.udmsearch.izhnet.ru
4a3942bb74
Some fixes after merging changes from 4.0
2002-04-16 18:21:53 +05:00
bar@gw.udmsearch.izhnet.ru
8001e7a28e
Somebody made a bug here: one line disappeared
2002-04-15 20:01:16 +05:00
monty@hundin.mysql.fi
b5a145d872
merge
2002-04-13 15:34:39 +03:00
monty@hundin.mysql.fi
e5866a7a31
Merge work:/home/bk/mysql-4.0 into hundin.mysql.fi:/my/bk/mysql-4.0
2002-04-12 22:23:46 +03:00
monty@tik.mysql.fi
9088383e0f
merge
2002-04-12 21:53:41 +03:00
monty@tik.mysql.fi
056175a1ce
Update for BTREE keys in HEAP tables
...
Split handler->option_flag() to handler->table_flags() and handler->index_flags()
2002-04-12 21:35:46 +03:00
arjen@george.bitbike.com
aa11464f21
Merge work.mysql.com:/home/bk/mysql-4.0
...
into george.bitbike.com:/home/arjen/mysql-4.0
2002-04-13 04:21:08 +10:00
arjen@george.bitbike.com
c359a5098a
manual.texi:
...
Some more column width fraction fixups.
Filled out a table with proper number of columns.
Some typo/style fixes.
Zapped inaccurate uninformative roadmap table.
2002-04-13 04:19:57 +10:00
Sinisa@sinisa.nasamreza.org
697a91eca5
Merge sinisa@work.mysql.com:/home/bk/mysql-4.0
...
into sinisa.nasamreza.org:/mnt/hdc/Sinisa/mysql-4.0
2002-04-12 16:01:56 +03:00
Sinisa@sinisa.nasamreza.org
d61b4b6dfd
Adding some things according to Monty's correct observations
2002-04-12 16:01:09 +03:00
bell@sanja.is.com.ua
3cd7ed08bc
Merge abelkin@work.mysql.com:/home/bk/mysql-4.0
...
into sanja.is.com.ua:/home/bell/mysql/mysql-4.0
2002-04-12 15:26:54 +03:00
arjen@george.bitbike.com
a866b9165e
manual.texi:
...
Little fixups.
2002-04-12 20:16:06 +10:00
bell@sanja.is.com.ua
887eef8ff4
avoidance of caching mysqldump queries
2002-04-12 12:44:26 +03:00
arjen@george.bitbike.com
ced74360ff
manual.texi:
...
Auch typo fix (tnx Paul!)
2002-04-12 18:43:24 +10:00
arjen@george.bitbike.com
2f290adba7
manual.texi:
...
Fixed caps.
2002-04-11 21:31:16 +10:00
arjen@george.bitbike.com
7969e519ff
manual.texi:
...
Licensing and various other fixups (Zak & Arjen).
2002-04-11 21:17:43 +10:00
arjen@george.bitbike.com
23098fbd3f
errmsg.txt:
...
Translated new error message to Dutch.
2002-04-11 14:27:41 +10:00
arjen@george.bitbike.com
5cd3412340
manual.texi:
...
Multitable column fixups remainder: ch.4-9, all appendices.
Fixed a few minor formatting errors.
2002-04-11 03:25:39 +10:00
arjen@george.bitbike.com
1fb90d3b2d
manual.texi:
...
multitable column fractions fixed ch.1-3 (for O'Reilly).
2002-04-11 00:16:41 +10:00
arjen@george.bitbike.com
4aceb33893
manual.texi, manual.de.texi:
...
@Node name change Parenthesis -> Parentheses (from Paul DuBois)
2002-04-10 20:38:01 +10:00
paul@teton.kitebird.com
737d95d7d2
manual.texi Change note mod, 4.0.2.
2002-04-09 09:32:43 -05:00
paul@teton.kitebird.com
9b9675d40b
Merge paul@work.mysql.com:/home/bk/mysql-4.0
...
into teton.kitebird.com:/home/paul/mysql-4.0
2002-04-09 09:28:17 -05:00
paul@teton.kitebird.com
ba3c6a5869
manual.texi Change note mods, 3.22.27 and below.
...
manual.texi modify a few @xref{}s.
manual.texi missing @code{}.
2002-04-09 09:27:00 -05:00
arjen@george.bitbike.com
50bf28a573
manual.texi:
...
Text cleanup (by Colin Faber).
2002-04-09 19:29:23 +10:00
arjen@george.bitbike.com
fa66d680c2
logging_ok:
...
Logging to logging@openlogging.org accepted
manual.texi:
'migration' not a keyword.
2002-04-09 17:53:38 +10:00
sasha@mysql.sashanet.com
d196201107
fixed bug in truncating temp tables
...
fixed compilation problem on FreeBSD
added test for truncating temporary tables
2002-04-08 18:20:24 -06:00
monty@tik.mysql.fi
e857f561fd
Fix for INET_NTOA(N) when N >= 2^32
2002-04-06 18:47:54 +03:00