1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-29 05:21:33 +03:00
Commit Graph

11090 Commits

Author SHA1 Message Date
45e5207b69 Fixes for new build environment 2000-09-01 00:53:34 +02:00
7155d2a14c Portability changes 2000-08-31 22:00:09 +03:00
91033f872c Update to get 3.23.23 to compile 2000-08-31 17:25:30 +03:00
f02cab2853 Merge 2000-08-31 13:17:05 +04:00
6a52c42145 gen_lex_hash.cc values adjusted 2000-08-31 13:05:41 +04:00
b637e10db7 Merge work:/home/bk/mysql
into mysql.sashanet.com:/home/sasha/src/bk/mysql
2000-08-30 17:50:55 -06:00
337dee0e77 fixed coredump on corrupt charset index 2000-08-30 17:50:26 -06:00
dc8d71d3d3 don't depend on mit-pthread files 2000-08-31 01:29:12 +02:00
f2ee7b0630 Fix for linking mit-pthread with libmysql_r 2000-08-31 00:54:16 +02:00
b93aac6622 Added thread_dirs 2000-08-31 00:33:42 +02:00
05cfce9fe5 Fix for mit-pthreads on linux 2000-08-30 23:52:33 +02:00
454044ac9e Added --port to safe_mysqld 2000-08-30 23:58:23 +03:00
7a5ec23025 Merge work:/home/bk/mysql into donna.mysql.com:/home/my/bk/mysql 2000-08-30 23:58:22 +03:00
edf1b9f44c .del-mi_test_all Delete: myisam/mi_test_all 2000-08-30 23:53:29 +03:00
8891049339 fool bk 2000-08-30 23:42:56 +03:00
6926ee2c31 Fix for build 2000-08-30 23:29:42 +03:00
ec62b3426c Fix for compilation ; Turned of RCS flag for all files to avoid
unexpected expansions.
2000-08-30 22:44:57 +03:00
dc85435993 mysqldump.c use SHOW CREATE
lex.h   	MRG_MyISAM == MERGE  (for SHOW CREATE to work)
2000-08-30 21:40:59 +04:00
f7c8ea7c05 .del-mi_test_all Delete: myisam/mi_test_all 2000-08-30 18:57:28 +02:00
46f0079a6d Fix to build under bitkeeper 2000-08-30 17:49:25 +02:00
66414270b2 Merge jcole@work.mysql.com:/home/bk/mysql
into tetra.spaceapes.com:/usr/home/jcole/bk/mysql
2000-08-30 10:19:36 -05:00
0118dc7d6e Merge jcole@work.mysql.com:/home/bk/mysql
into tetra.spaceapes.com:/usr/home/jcole/bk/mysql
2000-08-30 10:19:35 -05:00
43e13919b3 ac-types.h Added back removed file 2000-08-30 17:19:35 +02:00
74ebbd6cbd Fixes to get 3.23.23 to compile 2000-08-30 18:19:34 +03:00
e6b5cfa75a Cleanups of manual.texi and mysql.cc. 2000-08-30 05:08:33 -05:00
88e811a1e0 Merge jcole@work.mysql.com:/home/bk/mysql
into ham.spaceapes.com:/usr/home/jcole/bk/mysql
2000-08-30 03:05:13 +00:00
ce40c2fd83 --core-file ; To get a core on SIGSEGV when using Linuxthreads 2000-08-30 06:05:12 +03:00
25929faf44 Merge work:/home/bk/mysql into donna.mysql.com:/home/my/bk/mysql 2000-08-29 19:40:11 +03:00
306640e274 Updates for release 2000-08-29 19:38:32 +03:00
980e911343 sql_select.cc ft-optimization: AND, GT/LT/GE/LE
sql_select.cc	EXPLAIN fulltext
Makefile.am	CLEANFILES corrected
sql_show.cc	SHOW CREATE now displays FULLTEXT keys properly
2000-08-29 19:44:22 +04:00
2338573435 fixed coredump in charset.c - bk messed up, so here is another try to push it 2000-08-29 07:14:43 -06:00
710b75f5b8 merge 2000-08-29 12:56:57 +03:00
066d55c0c0 Bug fixes for 3.23.23 2000-08-29 12:31:01 +03:00
9edef9af3b Fixed up serg's ft manual. 2000-08-29 01:21:24 +00:00
438e8c7c13 .del-ac-types.h Delete: mit-pthreads/include/pthread/ac-types.h
.del-config.flags	Delete: mit-pthreads/config.flags
2000-08-29 00:02:44 +02:00
1d28a6f1fd configure.in modifications to help libmysql_r work with distcheck
Makefile.am	modifications to help libmysql_r work with distcheck
2000-08-28 18:27:12 +02:00
e9bc4066df Makefile.am fixed syntax error 2000-08-28 16:57:34 +02:00
c4f441dbc3 Merge serg@work.mysql.com:/home/bk/mysql
into infomag.ape.relarn.ru:/usr/home/serg/src/mysql.safe/bk/mysql
2000-08-28 17:44:52 +04:00
eb8ad15751 ft_optimization: identical queries merging. collection -> fulltext. Bugs fixed.
**************** !!! NOTE EVERYBODY: SYNTAX CHANGED !!! ********************
There's no COLLECTIONs now, full-text indexes can be created via the word
FULLTEXT, which should be used like UNIQUE.
2000-08-28 17:43:58 +04:00
6236dfc7a3 Stopwords (English only); fulltext keys now can be repaired 2000-08-25 19:56:55 +04:00
c5f8d80e95 Do-all-build-steps moved mkdir $WD/Logs to a useful place 2000-08-25 17:49:39 +02:00
9349bf7ee3 Merge 2000-08-24 21:53:42 +04:00
08f77bf761 manual.texi full-text manual added 2000-08-24 21:51:31 +04:00
5f4041339c Corrections to 'LOAD DATA INFILE' options 2000-08-24 12:35:01 -05:00
1eaeab312d Merge tim@work:/home/bk/mysql
into localhost.polyesthetic.msg:/usr/local/src/my/work
2000-08-23 15:47:28 -04:00
f29825cf0d The previous commit to this file introduced several syntax (etc.)
errors related to changing the TYPELIB to CS_ID.
2000-08-23 15:46:40 -04:00
7da3818fdd Replication fixes 2000-08-23 13:27:33 -06:00
0c46a399e2 Merge work:/home/bk/mysql
into mysql.sashanet.com:/home/sasha/src/bk/mysql
2000-08-23 10:46:38 -06:00
fc3eb5fca6 Documented the new replication features 2000-08-23 10:45:56 -06:00
ea711f8281 Index removed out-of-date win1251 character set 2000-08-23 11:05:41 -04:00