bell@sanja.is.com.ua
1684cfbc28
merging
2002-05-28 22:43:10 +03:00
bell@sanja.is.com.ua
1fb2babea7
limit clause fixed
2002-05-28 22:38:17 +03:00
bell@sanja.is.com.ua
55718d0f07
derived table with * bug fixed
2002-05-28 20:49:17 +03:00
bell@sanja.is.com.ua
ab36838e9b
Hiding internal pointers of SELECT_LEX structures
2002-05-27 20:52:54 +03:00
bell@sanja.is.com.ua
59602212d2
merge
2002-05-26 22:57:08 +03:00
bell@sanja.is.com.ua
35faf872aa
added depended subselect processing
2002-05-26 22:50:32 +03:00
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
17e839d453
new error messages in new translation
2002-05-13 20:53:09 +03:00
bell@sanja.is.com.ua
26f750a58e
Merge sanja.is.com.ua:/home/bell/mysql/mysql-4.1
...
into sanja.is.com.ua:/home/bell/mysql/work-select_lex-4.1
2002-05-13 20:49:09 +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
e077890b04
simple subselects ported to new select_lex structures
2002-05-12 23:46:42 +03:00
bell@sanja.is.com.ua
4cb3760b44
total table list managment is changed
2002-05-09 15:23:57 +03:00
bell@sanja.is.com.ua
0e29107fa1
removed fake description (EXPLAIN) of first table for last SELECT_LEX with global parameters, because now it is absent
2002-05-09 12:12:17 +03:00
bell@sanja.is.com.ua
ead6f225a4
new SELECT_LEX structures used for storing global ORDER BY, global LIMIT & limit counters
2002-05-08 23:14:40 +03:00
bell@sanja.is.com.ua
494184ff5f
new SELECT_LEX structure
2002-05-07 00:04:16 +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
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
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
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
monty@hundin.mysql.fi
b5a145d872
merge
2002-04-13 15:34:39 +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
Sinisa@sinisa.nasamreza.org
d61b4b6dfd
Adding some things according to Monty's correct observations
2002-04-12 16:01:09 +03:00
arjen@george.bitbike.com
23098fbd3f
errmsg.txt:
...
Translated new error message to Dutch.
2002-04-11 14:27:41 +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
sasha@mysql.sashanet.com
483377234b
safemalloc cleanup. Maybe it will now compile on FreeBSD. I still not have
...
access to a FreeBSD box, though.
2002-04-05 23:07:25 -07:00
Sinisa@sinisa.nasamreza.org
34998c5ad4
fix for SQL_CALC_FOUND_ROWS in UNION's
2002-04-03 17:52:31 +03:00
jani@hynda.mysql.fi
fd7b04ad74
Merged some sslopt-* include files, that will be removed in the near
...
future, in mysqld.cc.
2002-04-03 16:09:02 +03:00
jani@hynda.mysql.fi
6980eafe08
Merged in some changes made to MySQL clients by other
...
developers before pushing my_getopt.
2002-04-03 13:33:25 +03:00
jani@hynda.mysql.fi
c143f01dd1
Changed mysql, mysqladmin, mysqlshow, mysqldump, mysqlimport,
...
mysqlcheck and myisamchk to use new my_getopt struct.
2002-04-02 20:29:53 +03:00
Sinisa@sinisa.nasamreza.org
ea2f16309e
Merge sinisa@work.mysql.com:/home/bk/mysql-4.0
...
into sinisa.nasamreza.org:/mnt/hdc/Sinisa/mysql-4.0
2002-04-02 20:13:20 +03:00
Sinisa@sinisa.nasamreza.org
b98a84a19f
Fix for a bug with EXPLAIN and (....) UNION (....) order by
2002-04-02 20:08:55 +03:00
monty@hundin.mysql.fi
eef794920d
Merge work:/home/bk/mysql-4.0 into hundin.mysql.fi:/my/bk/mysql-4.0
2002-04-02 19:52:58 +03:00
monty@hundin.mysql.fi
6e247490dc
Merge
2002-04-02 19:46:26 +03:00
monty@hundin.mysql.fi
b1cdde8961
Merge work:/home/bk/mysql into hundin.mysql.fi:/my/bk/mysql
2002-04-02 18:01:14 +03:00
serg@serg.mysql.com
fa5717b950
Merge work:/home/bk/mysql into serg.mysql.com:/usr/home/serg/Abk/mysql
2002-04-02 14:59:40 +00:00
serg@serg.mysql.com
8d8a133d51
fts+const_tables bug fixed
2002-04-02 14:56:40 +00:00