unknown
687ebba461
bug #942 . docid == ftb->lastpos in join on looping over nested table
2003-07-31 13:45:35 +02:00
unknown
6d454dc6e4
mising reset_tree() in ft_reinit_search() added
2003-05-03 14:48:51 +02:00
unknown
da6fc28210
bug in _ftb_strstr fixed :)
2002-11-20 15:17:17 +01:00
unknown
c88b910208
Portability fixes for Fortre C++ 5.0 (on Sun) in 32 and 64 bit modes.
...
client/mysqlbinlog.cc:
Portability fix
configure.in:
Added use of ASFLAGS (For Solaris with Forte 5.0)
include/my_global.h:
Portability fix
include/myisam.h:
Portability fix
include/queues.h:
Portability fix
innobase/include/ut0ut.h:
Portability fix
innobase/log/log0log.c:
Portability fix
innobase/rem/rem0cmp.c:
Portability fix
innobase/trx/trx0sys.c:
Portability fix
isam/pack_isam.c:
Portability fix
myisam/ft_boolean_search.c:
Portability fix
myisam/mi_dynrec.c:
Code change to go around bug in Forte 5.0
myisam/sort.c:
Portability fix
mysys/my_aes.c:
Portability fix
scripts/Makefile.am:
Support for ASFLAGS
scripts/mysqlbug.sh:
Support for ASFLAGS
sql/field.cc:
Portability fix
sql/filesort.cc:
Portability fix
sql/gen_lex_hash.cc:
Portability fix
sql/ha_innodb.cc:
Portability fix
Changed SHOW INNODB STATUS to return error instead of writing message to log file.
sql/ha_isammrg.cc:
Portability fix
sql/ha_myisam.cc:
Portability fix
sql/ha_myisammrg.cc:
Portability fix
sql/hash_filo.h:
Portability fix
sql/hostname.cc:
Portability fix
sql/item_cmpfunc.h:
Indentation change
sql/item_func.cc:
Portability fix
sql/item_func.h:
Portability fix
sql/log.cc:
Portability fix
sql/log_event.cc:
Portability fix
sql/mysql_priv.h:
Portability fix
sql/mysqld.cc:
Portability fix
Fixed bug with rpl_recovery_rank command line option on 64 bit systems
sql/opt_range.cc:
Portability fix
sql/repl_failsafe.cc:
Portability fix
sql/slave.cc:
Portability fix
sql/slave.h:
Portability fix
sql/sql_acl.cc:
Portability fix
sql/sql_base.cc:
Portability fix
sql/sql_cache.cc:
Portability fix
sql/sql_cache.h:
Portability fix
sql/sql_class.cc:
Portability fix
sql/sql_delete.cc:
Portability fix
sql/sql_insert.cc:
Portability fix
sql/sql_manager.cc:
Portability fix
sql/sql_parse.cc:
Portability fix
BUILD/compile-solaris-sparc-forte:
C
sql/sql_udf.cc:
Portability fix
sql/sql_update.cc:
Portability fix
strings/Makefile.am:
Portability fix
strings/bmove_upp-sparc.s:
Fix so that this works on 32 and 64 bit sparcs
strings/str_test.c:
Cleanup
strings/strappend-sparc.s:
Fix so that this works on 32 and 64 bit sparcs
strings/strend-sparc.s:
Fix so that this works on 32 and 64 bit sparcs
strings/strmake-sparc.s:
Fix so that this works on 32 and 64 bit sparcs
strings/strmov-sparc.s:
Fix so that this works on 32 and 64 bit sparcs
strings/strnmov-sparc.s:
Fix so that this works on 32 and 64 bit sparcs
strings/strstr-sparc.s:
Fix so that this works on 32 and 64 bit sparcs
strings/strxmov-sparc.s:
Fixes to make this more portable, but it's still not usable on 64 bit systems :(
BitKeeper/etc/logging_ok:
Logging to logging@openlogging.org accepted
2002-11-07 03:54:00 +02:00
unknown
20b7379e79
ftb wasn't able to re-initialize index search (oops! in joins)
2002-10-19 20:39:35 +00:00
unknown
5f6bd7ddb1
ft-boolean + ORDER BY (ftb tree reusing) bug
2002-09-17 21:04:10 +02:00
unknown
b6fcfd5c99
yet another "trunc*" bug fixed - and the fundamental one! (now, when next trunc* word is less than curdoc it doesn't led to wrong results)
2002-08-04 19:20:02 +00:00
unknown
72dec69046
Removed wrong implementation of CUBE/ROLLUP
...
Fixed bugfix of INSERT ... SET db_name.table_name.column_name
Changed locking to external-locking
Fix client hangup for some invalid SQL queries.
Docs/manual.texi:
Changelog & recent incompatible changes to 4.0.3
include/mysqld_error.h:
New error messages
myisam/ft_boolean_search.c:
Removed compiler warning
myisam/mi_check.c:
Change mi_fix_rec_buff_for_blob to mi_alloc_rec_buff
myisam/mi_dynrec.c:
Change mi_fix_rec_buff_for_blob to mi_alloc_rec_buff
myisam/mi_extra.c:
Change mi_fix_rec_buff_for_blob to mi_alloc_rec_buff
myisam/mi_key.c:
Change mi_fix_rec_buff_for_blob to mi_alloc_rec_buff
myisam/mi_open.c:
Change mi_fix_rec_buff_for_blob to mi_alloc_rec_buff
myisam/mi_packrec.c:
Change mi_fix_rec_buff_for_blob to mi_alloc_rec_buff
myisam/myisamdef.h:
Change mi_fix_rec_buff_for_blob to mi_alloc_rec_buff
myisam/sort.c:
Fixed uninitialized variable
mysql-test/r/insert_set.result:
Change test case to use database foo
mysql-test/r/union.result:
Test wrong usage of union
mysql-test/t/insert_set.test:
Test bug in insert
mysql-test/t/union.test:
Test wrong usage of union
sql/item.h:
Indentation cleanup
sql/item_cmpfunc.h:
Indentation cleanup
sql/item_func.h:
Indentation cleanup
sql/item_strfunc.h:
Indentation cleanup
sql/item_sum.h:
Indentation cleanup
sql/item_timefunc.h:
Indentation cleanup
sql/item_uniq.h:
Indentation cleanup
sql/mysql_priv.h:
Fix that we always generate an error message when calling YYABORT
sql/mysqld.cc:
Changed command line arguments regarding locking to always use --external-locking
Disable external locking by default
sql/procedure.h:
Cleanup
sql/set_var.cc:
change locking -> external_locking
sql/share/czech/errmsg.txt:
New error messages
sql/share/danish/errmsg.txt:
New error messages
sql/share/dutch/errmsg.txt:
New error messages
sql/share/english/errmsg.txt:
New error messages
sql/share/estonian/errmsg.txt:
New error messages
sql/share/french/errmsg.txt:
New error messages
sql/share/german/errmsg.txt:
New error messages
sql/share/greek/errmsg.txt:
New error messages
sql/share/hungarian/errmsg.txt:
New error messages
sql/share/italian/errmsg.txt:
New error messages
sql/share/japanese/errmsg.txt:
New error messages
sql/share/korean/errmsg.txt:
New error messages
mysql-test/r/olap.result:
Removed CUBE/ROLLUP
mysql-test/t/olap.test:
Removed CUBE/ROLLUP
sql/share/norwegian-ny/errmsg.txt:
New error messages
sql/share/norwegian/errmsg.txt:
New error messages
sql/share/polish/errmsg.txt:
New error messages
sql/share/portuguese/errmsg.txt:
New error messages
sql/share/romanian/errmsg.txt:
New error messages
sql/share/russian/errmsg.txt:
New error messages
sql/share/slovak/errmsg.txt:
New error messages
sql/share/spanish/errmsg.txt:
New error messages
sql/share/swedish/errmsg.txt:
New error messages
sql/share/ukrainian/errmsg.txt:
New error messages
sql/sql_base.cc:
Removed wrong patch for INSERT...
sql/sql_insert.cc:
Fix bug in INSERT ... SET db_name.table_name.column_name
sql/sql_lex.h:
Changed NON_EXISTIONG_ONE -> UNSPECIFIED_OLAP_TYPE
sql/sql_olap.cc:
Removed wrong implementation of CUBE/ROLLUP
sql/sql_parse.cc:
Removed wrong implementation of CUBE/ROLLUP
Added function to give better error messages
sql/sql_select.cc:
Removed wrong implementation of CUBE/ROLLUP
sql/sql_union.cc:
Added comment
sql/sql_yacc.yy:
Fix that we always generate an error message when calling YYABORT
2002-07-24 19:55:08 +03:00
unknown
70aa7424c4
Big code cleanup/review before 4.0.2 release.
...
(All commit emails since 4.0.1 checked)
This had to be done now, before the 4.1 tree changes to much, to make it easy to propagate bug fixes to the 4.1 tree.
BUILD/SETUP.sh:
Added -DPEDANTIC_SAFEMALLOC as standard debug option
Docs/manual.texi:
Changes for new version.
client/mysql.cc:
Fixed default value for rehash
cleanup
client/mysqladmin.c:
Cleanup
client/mysqlbinlog.cc:
cleanup
client/mysqldump.c:
Cleanup
client/mysqlmanager-pwgen.c:
Cleanup
client/mysqlmanagerc.c:
Cleanup
client/mysqltest.c:
Cleanup
dbug/dbug.c:
Cleanup
extra/resolve_stack_dump.c:
Cleanup & Simple optimizations
include/ft_global.h:
Cleanup
include/my_alloc.h:
Cleanup
include/my_global.h:
Cleanup
include/my_sys.h:
Cleanup
include/myisam.h:
Cleanup
libmysql/libmysql.c:
Cleanup
libmysql/manager.c:
Cleanup
myisam/ft_boolean_search.c:
Cleanup
myisam/ft_dump.c:
Change strcpy -> strmov
myisam/ft_eval.c:
Cleanup
myisam/ft_nlq_search.c:
Cleanup
myisam/ft_test1.c:
strncpy -> strnmov
myisam/ft_update.c:
Cleanup
myisam/mi_static.c:
Cleanup
myisam/mi_test2.c:
Cleanup
myisam/mi_write.c:
Cleanup
mysys/mf_fn_ext.c:
Cleanup
mysys/mf_iocache.c:
Cleanup
mysys/mf_iocache2.c:
Cleanup
mysys/my_getopt.c:
Cleanup
mysys/my_read.c:
Cleanup
mysys/my_thr_init.c:
Cleanup
mysys/queues.c:
Cleanup
mysys/safemalloc.c:
Cleanup
sql/field.cc:
Indentation cleanups
sql/ha_berkeley.cc:
Indentation cleanups
sql/ha_myisam.cc:
Cleanup
sql/item.h:
Indentation cleanups
sql/item_cmpfunc.cc:
Indentation cleanups
sql/item_create.cc:
cleanup
sql/item_func.cc:
Cleanup
sql/item_func.h:
Indentation cleanups
sql/item_strfunc.cc:
Indentation cleanups
sql/item_sum.cc:
Indentation cleanups
sql/item_timefunc.cc:
Indentation cleanups
sql/lock.cc:
Indentation cleanups
sql/log.cc:
Cleanup
strnmov -> strmake
sql/log_event.cc:
Cleanup + optimizations
Fixed memory leak
Added missing pthread_mutex_unlock() (On error condition)
sql/log_event.h:
Indentation and comment cleanup
Merged #ifdef's into common blocks for better readability
sql/mini_client.cc:
Indentation cleanup
sql/mysql_priv.h:
Cleanup
Changed int function to bool
sql/mysqld.cc:
Indentation and comment cleanup
sql/net_pkg.cc:
Indentation cleanup
sql/net_serv.cc:
Changed int function -> bool
sql/nt_servc.cc:
Cleanup
sql/opt_range.cc:
Indentation cleanup
sql/repl_failsafe.cc:
Cleanup + simple optimization
strnmov -> strmake
sql/slave.cc:
strnmov -> strmake
Cleanups
sql/slave.h:
Cleanup
sql/sql_acl.cc:
Indentation and DBUG_PRINT cleanup
Changed WITH MAX... to not use =
sql/sql_base.cc:
Indentation cleanup
sql/sql_cache.cc:
Indentation cleanup
sql/sql_class.cc:
Indentation cleanup
sql/sql_class.h:
Renamed some struct slots
sql/sql_delete.cc:
Indentation cleanup
sql/sql_handler.cc:
Indentation cleanup
sql/sql_insert.cc:
Use new slot names.
sql/sql_lex.cc:
Indentation cleanup
sql/sql_lex.h:
Indentation cleanup
sql/sql_load.cc:
Indentation cleanup
sql/sql_parse.cc:
Indentation cleanup
Removed not used check from LOCK TABLES
sql/sql_repl.cc:
strnmov -> strmake
sql/sql_repl.h:
Removed test if file is included (We want to know if it's included twice to avoid this)
sql/sql_select.cc:
Indentation cleanup
sql/sql_show.cc:
Indentation cleanup
sql/sql_string.cc:
Indentation cleanup
sql/sql_table.cc:
Indentation cleanup
sql/sql_union.cc:
Use renamed struct slot
sql/sql_update.cc:
Indentation cleanup
sql/sql_yacc.yy:
Removed = after GRANT ... MAX_ to make the syntax uniform
sql/table.cc:
Indentation cleanup
sql/table.h:
Indentation cleanup
sql/time.cc:
Indentation cleanup
sql/udf_example.cc:
Indentation cleanup
sql/unireg.cc:
strnmov -> strmake
tests/grant.pl:
Added test for LOCK TABLES
tools/mysqlmanager.c:
Cleanup
fopen() -> my_fopen()
vio/viosocket.c:
DBUG_PRINT cleanups
vio/viosslfactories.c:
Indentation cleanup
Checking of results from malloc()
Fixed possible memory leak
BitKeeper/etc/ignore:
Added scripts/mysql_secure_installation to the ignore list
BitKeeper/etc/logging_ok:
Logging to logging@openlogging.org accepted
2002-06-11 11:20:31 +03:00
unknown
19eb09ae8a
yet another ft-trunc bug fixed
2002-05-15 20:31:24 +02:00
unknown
dfbd5fa4ff
phrase search parser bug
2002-05-08 16:47:27 +00:00
unknown
3e404b750c
"duplicated rows" bug
2002-05-07 18:27:39 +00:00
unknown
4c76a1c896
Fixed that enable-reads-from-master and repl-parse-query works in option files.
...
Fixed slowdown problem on win98
Fixed syntax for ALTER TABLE .. RENAME
Docs/manual.texi:
changelog
libmysql/libmysql.c:
Fixed that enable-reads-from-master and repl-parse-query works in option files.
myisam/ft_boolean_search.c:
Portability fixes
mysys/my_thr_init.c:
cleanup
sql/sql_base.cc:
Fixed slowdown problem on win98
sql/sql_delete.cc:
Removed compiler warnings
sql/sql_insert.cc:
Removed compiler warnings
sql/sql_update.cc:
Removed compiler warnings
sql/sql_yacc.yy:
Fixed syntax for ALTER TABLE .. RENAME
vio/vio.c:
Added test of OS2
vio/viosocket.c:
cleanup
2002-04-29 12:24:14 +03:00
unknown
cacfcb6404
Portability fixes
...
myisam/ft_boolean_search.c:
Portability fix
mysql-test/mysql-test-run.sh:
Added slave_net_timeout
mysql-test/r/func_if.result:
Updated results after merge from 3.23
mysql-test/r/func_test.result:
Updated results after merge from 3.23
mysql-test/r/innodb.result:
Updated results after merge from 3.23
mysql-test/r/show_check.result:
Updated results after merge from 3.23
mysql-test/r/variables.result:
Updated results after merge from 3.23
2002-04-26 08:56:28 +03:00
unknown
9f00a94021
follow-up correction patch for 'boolean fulltext search weighting scheme changed'
2002-04-19 13:59:54 +00:00
unknown
19013b3031
boolean fulltext search weighting scheme changed
...
Docs/internals.texi:
fulltext chapter added
Docs/manual.texi:
news updated
BitKeeper/etc/ignore:
Added Docs/internals.info to the ignore list
myisam/ft_boolean_search.c:
weighting scheme changed
2002-04-19 13:36:16 +00:00
unknown
fa14d2e51b
ftb bug fixed
2002-04-18 18:44:18 +00:00
unknown
862769a30e
phrase search
2002-04-18 14:12:29 +00:00
unknown
d8764f0b4a
getting rid of default_charset_info
2002-04-15 20:32:40 +00:00
unknown
a9d8e84460
Merge work:/home/bk/mysql-4.0
...
into serg.mysql.com:/usr/home/serg/Abk/mysql-4.0
myisam/ft_boolean_search.c:
Auto merged
sql/sql_select.cc:
Auto merged
2002-04-02 15:02:28 +00:00
unknown
6229932f10
support for unsigned FLOAT/DOUBLE
...
Docs/manual.texi:
Updated STRCMP and UNION information
configure.in:
Portability fix
include/config-win.h:
Fix for WIN64
include/mysql_com.h:
Cleanup
libmysql/libmysql.c:
Cleanup
myisam/ft_boolean_search.c:
Cleanup
mysys/array.c:
Cleanup
mysys/thr_alarm.c:
Cleanup
sql/ha_innodb.cc:
Cleanup
2002-03-27 00:50:54 +02:00
unknown
b6d6f9e79a
minor bug fixed
2002-03-22 17:18:06 +00:00
unknown
38e14c0371
Fixed problem with WHERE key=const ORDER BY key DESC
...
Docs/manual.texi:
Changelog
myisam/ft_boolean_search.c:
Portability fix
sql/ha_myisam.cc:
Cleanup
sql/sql_union.cc:
cleanup
2002-03-15 21:30:50 +02:00
unknown
d159b9d2a0
several trunc* bugs fixed - to accomplish that, search algorithm was somewhat changed.
2002-03-09 13:18:44 +00:00
unknown
d9ff111a7c
bug with indexless boolean fts fixed
2002-03-04 13:17:49 +00:00
unknown
b1e43b83d9
ft_boolean_search - minor simplification
...
manual: News updated
Docs/manual.texi:
News updated
myisam/ft_boolean_search.c:
algorithm (somewhat) simplified
2002-02-26 12:42:22 +00:00
unknown
7c54ac848e
bug fixed
2002-02-19 13:42:33 +00:00
unknown
a5529dcd57
ftb-bugfix
2002-01-14 15:40:54 +00:00
unknown
6d187f8d06
rewrote ft_boolean_find_relevance() to use ft_segiterator
...
myisam/ft_update.c:
bugfix
2001-12-11 19:58:41 +01:00
unknown
a3bbc574cf
Merge work:/home/bk/mysql-4.0
...
into serg.mysql.com:/usr/home/serg/Abk/mysql-4.0
myisam/ft_boolean_search.c:
Auto merged
myisam/ft_update.c:
Auto merged
2001-12-11 14:40:56 +01:00
unknown
e8b18cc0c5
committing to be able to pull
2001-12-11 14:39:53 +01:00
unknown
f939a6b635
Removed compiler warnings.
...
Added new operators to be used with gcc 3.0.x
Update of query cache code.
Added semaphores for Windows (not yet in use)
Added pthread_mutex_trylock for windows.
Docs/manual.texi:
Update of query cache info.
Docs/section.Comparisons.texi:
Added indexing.
client/mysqlbinlog.cc:
Removed compiler warnings.
client/mysqltest.c:
Added enable_result_log/disable_result_log
include/config-win.h:
Added support of semaphores on Windows.
include/my_pthread.h:
Added pthread_mutex_trylock for windows.
include/my_sys.h:
Cleanup
libmysql/libmysql.c:
Fixed bug in mysql_use_result() (When reusing connections).
myisam/ft_boolean_search.c:
Removed compiler warnings
myisam/ft_nlq_search.c:
Removed compiler warnings
myisam/ft_update.c:
Removed compiler warnings
mysql-test/r/query_cache.result:
New tests
mysql-test/t/query_cache-master.opt:
New tests
mysql-test/t/query_cache.test:
New tests
mysys/Makefile.am:
Added new operators to be used with gcc 3.0.x
sql/filesort.cc:
Removed compiler warnings
sql/item_func.cc:
Removed compiler warnings
sql/mysql_priv.h:
Removed compiler warnings
sql/mysqld.cc:
Update of query cache code.
sql/slave.cc:
Removed compiler warnings.
Code cleanup (Indentation)
sql/sql_cache.cc:
Updated code
sql/sql_cache.h:
Updated code
sql/sql_repl.cc:
Removed compiler warnings
sql/sql_yacc.yy:
Updated query cache
2001-12-10 00:08:24 +02:00
unknown
cfab46f546
Update copyright
...
Fixed memory leak on shutdown (Affects the embedded version & MyODBC)
client/client_priv.h:
Update copyright
client/completion_hash.cc:
Update copyright
client/completion_hash.h:
Update copyright
client/connect_test.c:
Update copyright
client/errmsg.c:
Update copyright
client/get_password.c:
Update copyright
client/insert_test.c:
Update copyright
client/list_test.c:
Update copyright
client/my_readline.h:
Update copyright
client/mysql.cc:
Update copyright
client/mysqladmin.c:
Update copyright
client/mysqlbinlog.cc:
Update copyright
client/mysqlcheck.c:
Update copyright
client/mysqldump.c:
Update copyright
client/mysqlimport.c:
Update copyright
client/mysqlmanager-pwgen.c:
Update copyright
client/mysqlmanagerc.c:
Update copyright
client/mysqlshow.c:
Update copyright
client/mysqltest.c:
Update copyright
client/password.c:
Update copyright
client/readline.cc:
Update copyright
client/select_test.c:
Update copyright
client/showdb_test.c:
Update copyright
client/sql_string.cc:
Update copyright
client/sql_string.h:
Update copyright
client/ssl_test.c:
Update copyright
client/thimble.cc:
Update copyright
client/thread_test.c:
Update copyright
div/deadlock_test.c:
Update copyright
extra/comp_err.c:
Update copyright
extra/my_print_defaults.c:
Update copyright
extra/perror.c:
Update copyright
extra/replace.c:
Update copyright
extra/resolve_stack_dump.c:
Update copyright
extra/resolveip.c:
Update copyright
fs/database.c:
Update copyright
fs/libmysqlfs.c:
Update copyright
fs/mysqlcorbafs.c:
Update copyright
fs/mysqlcorbafs.h:
Update copyright
fs/mysqlcorbafs_test.c:
Update copyright
heap/_check.c:
Update copyright
heap/_rectest.c:
Update copyright
heap/heapdef.h:
Update copyright
heap/hp_block.c:
Update copyright
heap/hp_clear.c:
Update copyright
heap/hp_close.c:
Update copyright
heap/hp_create.c:
Update copyright
heap/hp_delete.c:
Update copyright
heap/hp_extra.c:
Update copyright
heap/hp_hash.c:
Update copyright
heap/hp_info.c:
Update copyright
heap/hp_open.c:
Update copyright
heap/hp_panic.c:
Update copyright
heap/hp_rename.c:
Update copyright
heap/hp_rfirst.c:
Update copyright
heap/hp_rkey.c:
Update copyright
heap/hp_rlast.c:
Update copyright
heap/hp_rnext.c:
Update copyright
heap/hp_rprev.c:
Update copyright
heap/hp_rrnd.c:
Update copyright
heap/hp_rsame.c:
Update copyright
heap/hp_scan.c:
Update copyright
heap/hp_static.c:
Update copyright
heap/hp_test1.c:
Update copyright
heap/hp_test2.c:
Update copyright
heap/hp_update.c:
Update copyright
heap/hp_write.c:
Update copyright
include/config-win.h:
Update copyright
include/dbug.h:
Update copyright
include/errmsg.h:
Update copyright
include/ft_global.h:
Update copyright
include/getopt.h:
Update copyright
include/hash.h:
Update copyright
include/heap.h:
Update copyright
include/m_ctype.h:
Update copyright
include/m_string.h:
Update copyright
include/md5.h:
Update copyright
include/merge.h:
Update copyright
include/my_alarm.h:
Update copyright
include/my_base.h:
Update copyright
include/my_bitmap.h:
Update copyright
include/my_dir.h:
Update copyright
include/my_global.h:
Update copyright
include/my_list.h:
Update copyright
include/my_net.h:
Update copyright
include/my_no_pthread.h:
Update copyright
include/my_nosys.h:
Update copyright
include/my_pthread.h:
Update copyright
include/my_sys.h:
Update copyright
include/my_tree.h:
Update copyright
include/myisam.h:
Update copyright
include/myisammrg.h:
Update copyright
include/myisampack.h:
Update copyright
include/mysql.h:
Update copyright
include/mysql_com.h:
Update copyright
include/mysql_embed.h:
Update copyright
include/mysqld_error.h:
Update copyright
include/mysys_err.h:
Update copyright
include/nisam.h:
Update copyright
include/queues.h:
Update copyright
include/raid.h:
Update copyright
include/sslopt-case.h:
Update copyright
include/sslopt-longopts.h:
Update copyright
include/sslopt-usage.h:
Update copyright
include/sslopt-vars.h:
Update copyright
include/t_ctype.h:
Update copyright
include/thr_alarm.h:
Update copyright
include/thr_lock.h:
Update copyright
include/violite.h:
Update copyright
isam/_cache.c:
Update copyright
isam/_dbug.c:
Update copyright
isam/_key.c:
Update copyright
isam/_locking.c:
Update copyright
isam/_packrec.c:
Update copyright
isam/_page.c:
Update copyright
isam/_search.c:
Update copyright
isam/_statrec.c:
Update copyright
isam/changed.c:
Update copyright
isam/close.c:
Update copyright
isam/create.c:
Update copyright
isam/delete.c:
Update copyright
isam/extra.c:
Update copyright
isam/info.c:
Update copyright
isam/isamchk.c:
Update copyright
isam/isamdef.h:
Update copyright
isam/log.c:
Update copyright
isam/open.c:
Update copyright
isam/panic.c:
Update copyright
isam/range.c:
Update copyright
isam/rfirst.c:
Update copyright
isam/rkey.c:
Update copyright
isam/rlast.c:
Update copyright
isam/rnext.c:
Update copyright
isam/rprev.c:
Update copyright
isam/rrnd.c:
Update copyright
isam/rsame.c:
Update copyright
isam/rsamepos.c:
Update copyright
isam/sort.c:
Update copyright
isam/static.c:
Update copyright
isam/test1.c:
Update copyright
isam/test2.c:
Update copyright
isam/test3.c:
Update copyright
isam/update.c:
Update copyright
isam/write.c:
Update copyright
libmysql/conf_to_src.c:
Update copyright
libmysql/dll.c:
Update copyright
libmysql/errmsg.c:
Update copyright
libmysql/get_password.c:
Update copyright
libmysql/libmysql.c:
Update copyright
libmysql/manager.c:
Update copyright
libmysql/net.c:
Update copyright
libmysql/password.c:
Update copyright
libmysqld/lib_sql.cc:
Update copyright
libmysqld/lib_vio.c:
Update copyright
libmysqld/libmysqld.c:
Update copyright
merge/mrg_close.c:
Update copyright
merge/mrg_create.c:
Update copyright
merge/mrg_def.h:
Update copyright
merge/mrg_delete.c:
Update copyright
merge/mrg_extra.c:
Update copyright
merge/mrg_info.c:
Update copyright
merge/mrg_locking.c:
Update copyright
merge/mrg_open.c:
Update copyright
merge/mrg_panic.c:
Update copyright
merge/mrg_rrnd.c:
Update copyright
merge/mrg_rsame.c:
Update copyright
merge/mrg_static.c:
Update copyright
merge/mrg_update.c:
Update copyright
myisam/ft_boolean_search.c:
Update copyright
myisam/ft_dump.c:
Update copyright
myisam/ft_eval.h:
Update copyright
myisam/ft_static.c:
Update copyright
myisam/ft_stem.c:
Update copyright
myisam/ft_stopwords.c:
Update copyright
myisam/ft_test1.h:
Update copyright
myisam/mi_cache.c:
Update copyright
myisam/mi_changed.c:
Update copyright
myisam/mi_check.c:
Update copyright
myisam/mi_checksum.c:
Update copyright
myisam/mi_close.c:
Update copyright
myisam/mi_create.c:
Update copyright
myisam/mi_dbug.c:
Update copyright
myisam/mi_delete.c:
Update copyright
myisam/mi_delete_all.c:
Update copyright
myisam/mi_delete_table.c:
Update copyright
myisam/mi_dynrec.c:
Update copyright
myisam/mi_extra.c:
Update copyright
myisam/mi_info.c:
Update copyright
myisam/mi_key.c:
Update copyright
myisam/mi_locking.c:
Update copyright
myisam/mi_log.c:
Update copyright
myisam/mi_open.c:
Update copyright
myisam/mi_packrec.c:
Update copyright
myisam/mi_page.c:
Update copyright
myisam/mi_panic.c:
Update copyright
myisam/mi_range.c:
Update copyright
myisam/mi_rename.c:
Update copyright
myisam/mi_rfirst.c:
Update copyright
myisam/mi_rlast.c:
Update copyright
myisam/mi_rnext_same.c:
Update copyright
myisam/mi_rrnd.c:
Update copyright
myisam/mi_rsame.c:
Update copyright
myisam/mi_rsamepos.c:
Update copyright
myisam/mi_scan.c:
Update copyright
myisam/mi_search.c:
Update copyright
myisam/mi_static.c:
Update copyright
myisam/mi_statrec.c:
Update copyright
myisam/mi_test1.c:
Update copyright
myisam/mi_test2.c:
Update copyright
myisam/mi_test3.c:
Update copyright
myisam/mi_unique.c:
Update copyright
myisam/mi_update.c:
Update copyright
myisam/mi_write.c:
Update copyright
myisam/myisamchk.c:
Update copyright
myisam/myisampack.c:
Update copyright
myisammrg/myrg_close.c:
Update copyright
myisammrg/myrg_create.c:
Update copyright
myisammrg/myrg_def.h:
Update copyright
myisammrg/myrg_delete.c:
Update copyright
myisammrg/myrg_locking.c:
Update copyright
myisammrg/myrg_open.c:
Update copyright
myisammrg/myrg_panic.c:
Update copyright
myisammrg/myrg_rsame.c:
Update copyright
myisammrg/myrg_static.c:
Update copyright
myisammrg/myrg_update.c:
Update copyright
myisammrg/myrg_write.c:
Update copyright
mysql-test/r/gcc296.result:
Update of benchmark results
mysql-test/r/innodb.result:
Update of benchmark results
mysql-test/r/join_outer.result:
Update of benchmark results
mysql-test/r/myisam.result:
Update of benchmark results
mysys/array.c:
Update copyright
mysys/charset.c:
Fix for restart of character sets
mysys/checksum.c:
Update copyright
mysys/default.c:
Update copyright
mysys/errors.c:
Update copyright
mysys/getopt.c:
Cleanup
mysys/getvar.c:
Update copyright
mysys/hash.c:
Update copyright
mysys/list.c:
Update copyright
mysys/make-conf.c:
Update copyright
mysys/md5.c:
Update copyright
mysys/mf_brkhant.c:
Update copyright
mysys/mf_cache.c:
Update copyright
mysys/mf_casecnv.c:
Update copyright
mysys/mf_dirname.c:
Update copyright
mysys/mf_fn_ext.c:
Update copyright
mysys/mf_format.c:
Update copyright
mysys/mf_getdate.c:
Update copyright
mysys/mf_iocache.c:
Update copyright
mysys/mf_iocache2.c:
Update copyright
mysys/mf_keycache.c:
Update copyright
mysys/mf_loadpath.c:
Update copyright
mysys/mf_pack.c:
Update copyright
mysys/mf_path.c:
Update copyright
mysys/mf_qsort.c:
Update copyright
mysys/mf_qsort2.c:
Update copyright
mysys/mf_radix.c:
Update copyright
mysys/mf_same.c:
Update copyright
mysys/mf_sleep.c:
Update copyright
mysys/mf_sort.c:
Update copyright
mysys/mf_soundex.c:
Update copyright
mysys/mf_stripp.c:
Update copyright
mysys/mf_tempfile.c:
Update copyright
mysys/mf_unixpath.c:
Update copyright
mysys/mf_util.c:
Update copyright
mysys/mf_wcomp.c:
Update copyright
mysys/mf_wfile.c:
Update copyright
mysys/mulalloc.c:
Update copyright
mysys/my_alarm.c:
Update copyright
mysys/my_alloc.c:
Update copyright
mysys/my_append.c:
Update copyright
mysys/my_bit.c:
Update copyright
mysys/my_bitmap.c:
Update copyright
mysys/my_chsize.c:
Update copyright
mysys/my_clock.c:
Update copyright
mysys/my_compress.c:
Update copyright
mysys/my_copy.c:
Update copyright
mysys/my_create.c:
Update copyright
mysys/my_delete.c:
Update copyright
mysys/my_div.c:
Update copyright
mysys/my_dup.c:
Update copyright
mysys/my_error.c:
Update copyright
mysys/my_fopen.c:
Update copyright
mysys/my_fstream.c:
Update copyright
mysys/my_getwd.c:
Update copyright
mysys/my_init.c:
Free 'once_alloc' memory at shutdown.
mysys/my_lib.c:
Update copyright
mysys/my_lock.c:
Update copyright
mysys/my_lockmem.c:
Update copyright
mysys/my_lread.c:
Update copyright
mysys/my_lwrite.c:
Update copyright
mysys/my_malloc.c:
Update copyright
mysys/my_messnc.c:
Update copyright
mysys/my_mkdir.c:
Update copyright
mysys/my_net.c:
Update copyright
mysys/my_once.c:
Update copyright
mysys/my_open.c:
Update copyright
mysys/my_pread.c:
Update copyright
mysys/my_pthread.c:
Update copyright
mysys/my_quick.c:
Update copyright
mysys/my_read.c:
Update copyright
mysys/my_realloc.c:
Update copyright
mysys/my_redel.c:
Update copyright
mysys/my_rename.c:
Update copyright
mysys/my_seek.c:
Update copyright
mysys/my_static.c:
Update copyright
mysys/my_static.h:
Update copyright
mysys/my_symlink.c:
Update copyright
mysys/my_symlink2.c:
Update copyright
mysys/my_tempnam.c:
Update copyright
mysys/my_thr_init.c:
Update copyright
mysys/my_vsnprintf.c:
Update copyright
mysys/my_wincond.c:
Update copyright
mysys/my_winthread.c:
Update copyright
mysys/my_write.c:
Update copyright
mysys/mysys_priv.h:
Update copyright
mysys/ptr_cmp.c:
Update copyright
mysys/queues.c:
Update copyright
mysys/raid.cc:
Update copyright
mysys/safemalloc.c:
Update copyright
mysys/string.c:
Update copyright
mysys/test_charset.c:
Update copyright
mysys/test_dir.c:
Update copyright
mysys/test_fn.c:
Update copyright
mysys/testhash.c:
Update copyright
mysys/thr_alarm.c:
Update copyright
mysys/thr_lock.c:
Update copyright
mysys/thr_mutex.c:
Update copyright
mysys/thr_rwlock.c:
Update copyright
mysys/tree.c:
Update copyright
mysys/typelib.c:
Update copyright
pstack/debug.c:
Update copyright
pstack/debug.h:
Update copyright
pstack/demangle.h:
Update copyright
pstack/ieee.c:
Update copyright
pstack/ieee.h:
Update copyright
pstack/pstack.c:
Update copyright
readline/bind.c:
Cleanup empty lines
readline/complete.c:
Cleanup empty lines
readline/display.c:
Cleanup empty lines
readline/funmap.c:
Cleanup empty lines
readline/histexpand.c:
Cleanup empty lines
readline/histfile.c:
Cleanup empty lines
readline/history.c:
Cleanup empty lines
readline/history.h:
Cleanup empty lines
readline/input.c:
Cleanup empty lines
readline/kill.c:
Cleanup empty lines
readline/readline.c:
Cleanup empty lines
readline/readline.h:
Cleanup empty lines
readline/vi_mode.c:
Cleanup empty lines
sql/cache_manager.cc:
Update copyright
sql/cache_manager.h:
Update copyright
sql/convert.cc:
Update copyright
sql/custom_conf.h:
Update copyright
sql/derror.cc:
Update copyright
sql/field.cc:
Update copyright
sql/field.h:
Update copyright
sql/field_conv.cc:
Update copyright
sql/filesort.cc:
Update copyright
sql/frm_crypt.cc:
Update copyright
sql/ha_berkeley.cc:
Update copyright
sql/ha_heap.cc:
Update copyright
sql/ha_heap.h:
Update copyright
sql/ha_innobase.cc:
Update copyright
sql/ha_isam.cc:
Update copyright
sql/ha_isam.h:
Update copyright
sql/ha_isammrg.cc:
Update copyright
sql/ha_isammrg.h:
Update copyright
sql/ha_myisam.cc:
Update copyright
sql/handler.cc:
Update copyright
sql/hash_filo.cc:
Update copyright
sql/hash_filo.h:
Update copyright
sql/hostname.cc:
Update copyright
sql/init.cc:
Update copyright
sql/item.cc:
Update copyright
sql/item.h:
Update copyright
sql/item_buff.cc:
Update copyright
sql/item_cmpfunc.cc:
Update copyright
sql/item_cmpfunc.h:
Update copyright
sql/item_create.cc:
Update copyright
sql/item_create.h:
Update copyright
sql/item_func.cc:
Update copyright
sql/item_strfunc.cc:
Update copyright
sql/item_sum.cc:
Update copyright
sql/item_sum.h:
Update copyright
sql/item_timefunc.cc:
Update copyright
sql/item_timefunc.h:
Update copyright
sql/item_uniq.cc:
Update copyright
sql/item_uniq.h:
Update copyright
sql/key.cc:
Update copyright
sql/lex_symbol.h:
Update copyright
sql/lock.cc:
Update copyright
sql/log.cc:
Update copyright
sql/log_event.cc:
Update copyright
sql/log_event.h:
Update copyright
sql/matherr.c:
Update copyright
sql/mf_iocache.cc:
Update copyright
sql/mini_client.cc:
Update copyright
sql/mini_client.h:
Update copyright
sql/my_lock.c:
Update copyright
sql/mysqld.cc:
Update copyright
sql/net_pkg.cc:
Update copyright
sql/net_serv.cc:
Update copyright
sql/opt_sum.cc:
Update copyright
sql/password.c:
Update copyright
sql/procedure.cc:
Update copyright
sql/procedure.h:
Update copyright
sql/records.cc:
Update copyright
sql/repl_failsafe.cc:
Update copyright
sql/slave.cc:
Update copyright
sql/slave.h:
Update copyright
sql/sql_acl.cc:
Update copyright
sql/sql_acl.h:
Update copyright
sql/sql_analyse.cc:
Update copyright
sql/sql_analyse.h:
Update copyright
sql/sql_base.cc:
Update copyright
sql/sql_cache.cc:
Update copyright
sql/sql_class.cc:
Update copyright
sql/sql_class.h:
Update copyright
sql/sql_crypt.cc:
Update copyright
sql/sql_crypt.h:
Update copyright
sql/sql_db.cc:
Update copyright
sql/sql_delete.cc:
Update copyright
sql/sql_handler.cc:
Update copyright
sql/sql_insert.cc:
Update copyright
sql/sql_lex.cc:
Update copyright
sql/sql_lex.h:
Update copyright
sql/sql_list.cc:
Update copyright
sql/sql_list.h:
Update copyright
sql/sql_load.cc:
Update copyright
sql/sql_map.cc:
Update copyright
sql/sql_map.h:
Update copyright
sql/sql_parse.cc:
Update copyright
sql/sql_rename.cc:
Update copyright
sql/sql_repl.cc:
Update copyright
sql/sql_select.h:
Update copyright
sql/sql_string.cc:
Update copyright
sql/sql_string.h:
Update copyright
sql/sql_table.cc:
Update copyright
sql/sql_test.cc:
Update copyright
sql/sql_udf.cc:
Update copyright
sql/sql_udf.h:
Update copyright
sql/stacktrace.c:
Update copyright
sql/structs.h:
Update copyright
sql/table.cc:
Update copyright
sql/table.h:
Update copyright
sql/thr_malloc.cc:
Update copyright
sql/time.cc:
Update copyright
sql/udf_example.cc:
Update copyright
sql/uniques.cc:
Update copyright
sql/unireg.cc:
Update copyright
sql/unireg.h:
Update copyright
strings/atof.c:
Update copyright
strings/bchange.c:
Update copyright
strings/bcmp.c:
Update copyright
strings/bcopy-duff.c:
Update copyright
strings/bfill.c:
Update copyright
strings/bmove.c:
Update copyright
strings/bmove512.c:
Update copyright
strings/bmove_upp.c:
Update copyright
strings/bzero.c:
Update copyright
strings/conf_to_src.c:
Update copyright
strings/ctype-big5.c:
Update copyright
strings/ctype-czech.c:
Update copyright
strings/ctype-euc_kr.c:
Update copyright
strings/ctype-gb2312.c:
Update copyright
strings/ctype-gbk.c:
Update copyright
strings/ctype-latin1_de.c:
Update copyright
strings/ctype-sjis.c:
Update copyright
strings/ctype-tis620.c:
Update copyright
strings/ctype-ujis.c:
Update copyright
strings/ctype.c:
Update copyright
strings/do_ctype.c:
Update copyright
strings/int2str.c:
Update copyright
strings/is_prefix.c:
Update copyright
strings/llstr.c:
Update copyright
strings/longlong2str.c:
Update copyright
strings/memcmp.c:
Update copyright
strings/memcpy.c:
Update copyright
strings/memset.c:
Update copyright
strings/r_strinstr.c:
Update copyright
strings/str2int.c:
Update copyright
strings/str_test.c:
Update copyright
strings/strappend.c:
Update copyright
strings/strcat.c:
Update copyright
strings/strcend.c:
Update copyright
strings/strchr.c:
Update copyright
strings/strcmp.c:
Update copyright
strings/strcont.c:
Update copyright
strings/strend.c:
Update copyright
strings/strfill.c:
Update copyright
strings/strings-not-used.h:
Update copyright
strings/strinstr.c:
Update copyright
strings/strlen.c:
Update copyright
strings/strmake.c:
Update copyright
strings/strmov.c:
Update copyright
strings/strnlen.c:
Update copyright
strings/strnmov.c:
Update copyright
strings/strrchr.c:
Update copyright
strings/strstr.c:
Update copyright
strings/strto.c:
Update copyright
strings/strtol.c:
Update copyright
strings/strtoll.c:
Update copyright
strings/strtoul.c:
Update copyright
strings/strtoull.c:
Update copyright
strings/strxmov.c:
Update copyright
strings/strxnmov.c:
Update copyright
strings/t_ctype.h:
Update copyright
strings/udiv.c:
Update copyright
tools/mysqlmanager.c:
Update copyright
vio/test-ssl.c:
Update copyright
vio/test-sslclient.c:
Update copyright
vio/test-sslserver.c:
Update copyright
vio/vio.c:
Update copyright
vio/viosocket.c:
Update copyright
vio/viossl.c:
Update copyright
vio/viosslfactories.c:
Update copyright
vio/viotest-ssl.c:
Update copyright
2001-12-06 14:10:51 +02:00
unknown
84788e278f
merge
...
Docs/manual.texi:
Auto merged
myisam/ft_boolean_search.c:
Auto merged
myisam/ft_dump.c:
Merge
2001-12-05 13:08:00 +02:00
unknown
1d55c88e08
ft_boolean_search.c bugfix "+(aaa bbb) +ccc"
...
ft_dump.c -l option - report word length distribution (for ft_max_word_len_for_sort)
myisam/ft_boolean_search.c:
bugfix "+(aaa bbb) +ccc"
myisam/ft_dump.c:
-l option - report word length distribution (for ft_max_word_len_for_sort)
2001-12-04 14:24:47 +01:00
unknown
7c999bb032
Query cache.
...
Remove some warnings
Docs/manual.texi:
Solaris and gcc
include/ft_global.h:
Remove warnings
include/myisam.h:
Query cache
include/myisammrg.h:
Query cache
include/mysql_com.h:
Query cache
libmysqld/lib_sql.cc:
Query cache
myisam/ft_boolean_search.c:
Remove warnings
myisam/ft_dump.c:
Remove warnings
myisam/ft_parser.c:
Remove warnings
myisam/ft_static.c:
Remove warnings
myisam/ft_update.c:
Remove warnings
myisam/ftdefs.h:
Remove warnings
myisam/mi_delete.c:
Query cache
myisam/mi_locking.c:
Query cache
myisam/mi_update.c:
Query cache
myisam/myisamdef.h:
Optimize for Ia64
myisammrg/myrg_extra.c:
Query cache
mysys/mf_keycache.c:
DBUG statements
regex/cclass.h:
Remove warnings
regex/cname.h:
Remove warnings
regex/main.c:
Remove warnings
regex/regcomp.c:
Remove warnings
regex/regcomp.ih:
Remove warnings
regex/regerror.c:
Remove warnings
regex/reginit.c:
Remove warnings
regex/split.c:
Remove warnings
sql-bench/test-connect.sh:
Make tests query-cache safe.
sql-bench/test-transactions.sh:
Fix for old perl versions
sql/convert.cc:
Query cache
sql/ha_myisammrg.cc:
Query cache
sql/ha_myisammrg.h:
Query cache
sql/handler.cc:
Query cache
sql/item_create.cc:
Query cache
sql/item_func.cc:
Remove warnings
sql/item_func.h:
Remove warnings
sql/lex.h:
Query cache
sql/mysql_priv.h:
Query cache
sql/mysqld.cc:
Query cache
sql/net_serv.cc:
Query cache
sql/sql_cache.cc:
Query cache
sql/sql_class.cc:
Query cache
sql/sql_class.h:
Query cache
sql/sql_db.cc:
Query cache
sql/sql_delete.cc:
Query cache
sql/sql_insert.cc:
Query cache
sql/sql_parse.cc:
Query cache
sql/sql_select.cc:
Query cache
sql/sql_table.cc:
Query cache
sql/sql_update.cc:
Query cache
sql/sql_yacc.yy:
Query cache
2001-12-02 14:34:01 +02:00
unknown
f3918c8413
boolean fulltext search without an index
...
myisam/ft_dump.c:
some help added
2001-11-28 17:55:45 +01:00
unknown
8b5eedb725
ft_boolean_syntax variable
...
myisam/ft_nlq_search.c:
comments cleanup
2001-11-22 19:35:35 +01:00
unknown
198df9007e
fixes for ft-boolean and range optimizer
2001-11-22 16:00:11 +01:00
unknown
356003a8c9
Merge work:/home/bk/mysql-4.0 into hundin.mysql.fi:/my/bk/mysql-4.0
...
myisam/ft_boolean_search.c:
Auto merged
2001-11-08 01:33:46 +02:00
unknown
680646c2ae
ft_boolean_search.c test
...
myisam/ft_boolean_search.c:
test
2001-11-08 00:16:08 +01:00
unknown
7e6161287e
bug in relevance calculation fixed
2001-11-08 00:06:07 +01:00
unknown
1ed1ec4c84
Portability fix.
...
Fixed linking problem with InnoDB.
BUILD/compile-alpha-cxx:
Fix for using innodb
acinclude.m4:
Fix problem with linking mysqld after Heikkis last changes.
client/mysql.cc:
Fixed linking problem
client/mysqlmanager-pwgen.c:
Portability fix
innobase/que/que0que.c:
Removed some blanks
myisam/ft_boolean_search.c:
Portability fix
myisam/sort.c:
Portability fix
mysys/queues.c:
Portability fix
strings/ctype-latin1_de.c:
Portability fix
tools/mysqlmanager.c:
Portability fix
2001-11-07 02:30:34 +02:00
unknown
74e044c0db
cleanup
2001-11-06 19:30:19 +01:00
unknown
30f8c66722
Merge
...
myisam/ft_boolean_search.c:
SCCS merged
2001-11-06 16:43:47 +01:00
unknown
9e29bb4e01
ft boolean search by table scan; queue_fix()
...
include/queues.h:
queue_fix() introduced
myisam/ft_boolean_search.c:
ft boolean search by table scan
myisam/ft_parser.c:
ft boolean search by table scan
myisam/ft_update.c:
ft boolean search by table scan
myisam/ftdefs.h:
ft boolean search by table scan
mysql-test/r/fulltext_cache.result:
ft boolean search by table scan
mysql-test/t/fulltext_cache.test:
ft boolean search by table scan
mysys/queues.c:
queue_fix() introduced
2001-11-06 16:17:31 +01:00
unknown
d18a6cc33a
Fixes up things after merge from 3.23.44
...
Portability fixes.
Don't delete temporary tables on FLUSH tables.
client/client_priv.h:
Fix after merge
client/mysqldump.c:
Fix after merge
include/my_global.h:
Change CMP -> CMP_NUM because CMP was used in other places
include/violite.h:
Added missing prototype
myisam/ft_boolean_search.c:
Removed warnings
myisam/ft_nlq_search.c:
Removed warnings
myisam/mi_search.c:
CMP -> CMP_NUM
mysql-test/mysql-test-run.sh:
Write all logs to log directory
mysql-test/r/func_time.result:
Fix test results after merge
mysql-test/r/having.result:
Fix test results after merge
mysql-test/r/join.result:
Fix test results after merge
mysql-test/r/rpl000012.result:
Fix test results after merge
mysys/mf_iocache.c:
Allow multiple call to end_iocache.
sql/ha_innobase.cc:
Removed possible problem with using uninitialized variable
sql/log_event.cc:
Don't delete temporary tables on FLUSH tables.
(Needs to be fixed properly)
2001-11-05 01:04:08 +02:00
unknown
9433c5387e
I have to commit to be able to pull
...
include/ft_global.h:
I have to checkin to be able to pull
myisam/ft_boolean_search.c:
I have to checkin to be able to pull
myisam/ft_nlq_search.c:
I have to checkin to be able to pull
myisam/ftdefs.h:
I have to checkin to be able to pull
sql/item_func.cc:
I have to checkin to be able to pull
sql/item_func.h:
I have to checkin to be able to pull
2001-10-22 11:52:17 +02:00
unknown
83ba8a138f
typo fixed
...
mysql-test/r/fulltext.result:
new test
mysql-test/t/fulltext.test:
new test
2001-10-17 14:49:54 +02:00
unknown
54f02d3263
misc. fulltext staff
...
myisam/ft_boolean_search.c:
Fixed bug
mysql-test/r/fulltext.result:
updated for new mysqltest
mysql-test/t/fulltext.test:
duplicate removed
2001-10-11 18:46:35 +02:00