mariadb/sql
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
..
share merge 2002-04-25 01:16:42 +03:00
.cvsignore
add_errmsg
cache_manager.cc
cache_manager.h
ChangeLog
convert.cc Two bug fixes 2002-03-28 18:35:21 +02:00
custom_conf.h
derror.cc
des_key_file.cc
field.cc Update for BTREE keys in HEAP tables 2002-04-12 21:35:46 +03:00
field.h Update for BTREE keys in HEAP tables 2002-04-12 21:35:46 +03:00
field_conv.cc
filesort.cc Update for BTREE keys in HEAP tables 2002-04-12 21:35:46 +03:00
frm_crypt.cc
gen_lex_hash.cc
ha_berkeley.cc
ha_berkeley.h Update for BTREE keys in HEAP tables 2002-04-12 21:35:46 +03:00
ha_heap.cc
ha_heap.h Update for BTREE keys in HEAP tables 2002-04-12 21:35:46 +03:00
ha_innodb.cc ha_innodb.cc: 2002-04-22 11:58:38 +03:00
ha_innodb.h Update for BTREE keys in HEAP tables 2002-04-12 21:35:46 +03:00
ha_isam.cc Update for BTREE keys in HEAP tables 2002-04-12 21:35:46 +03:00
ha_isam.h Update for BTREE keys in HEAP tables 2002-04-12 21:35:46 +03:00
ha_isammrg.cc
ha_isammrg.h Update for BTREE keys in HEAP tables 2002-04-12 21:35:46 +03:00
ha_myisam.cc Update for BTREE keys in HEAP tables 2002-04-12 21:35:46 +03:00
ha_myisam.h Update for BTREE keys in HEAP tables 2002-04-12 21:35:46 +03:00
ha_myisammrg.cc
ha_myisammrg.h Update for BTREE keys in HEAP tables 2002-04-12 21:35:46 +03:00
handler.cc Update for BTREE keys in HEAP tables 2002-04-12 21:35:46 +03:00
handler.h Update for BTREE keys in HEAP tables 2002-04-12 21:35:46 +03:00
hash_filo.cc
hash_filo.h
hostname.cc
init.cc
item.cc merge with 3.23.50 2002-03-27 01:56:10 +02:00
item.h merge with 3.23.50 2002-03-27 01:56:10 +02:00
item_buff.cc
item_cmpfunc.cc merge 2002-04-25 01:16:42 +03:00
item_cmpfunc.h
item_create.cc
item_create.h
item_func.cc merge 2002-04-25 01:16:42 +03:00
item_func.h Merge work:/home/bk/mysql into serg.mysql.com:/usr/home/serg/Abk/mysql 2002-04-02 14:59:40 +00:00
item_strfunc.cc Fix for INET_NTOA(N) when N >= 2^32 2002-04-06 18:47:54 +03:00
item_strfunc.h
item_sum.cc
item_sum.h
item_timefunc.cc
item_timefunc.h
item_uniq.cc
item_uniq.h
key.cc
lex.h Merge work:/home/bk/mysql-4.0 2002-03-26 22:23:51 -07:00
lex_symbol.h
lock.cc merge with 3.23.50 2002-03-27 01:56:10 +02:00
log.cc Update for BTREE keys in HEAP tables 2002-04-12 21:35:46 +03:00
log_event.cc replication fix 2002-03-30 13:42:01 -07:00
log_event.h
Makefile.am
matherr.c
mf_iocache.cc
mini_client.cc
mini_client.h
my_lock.c
mysql_priv.h merge 2002-04-25 01:16:42 +03:00
mysqld.cc merge 2002-04-25 01:16:42 +03:00
net_pkg.cc Cleanups 2002-04-02 17:54:57 +03:00
net_serv.cc Update for BTREE keys in HEAP tables 2002-04-12 21:35:46 +03:00
nt_servc.cc
nt_servc.h
opt_ft.cc
opt_ft.h
opt_range.cc Update for BTREE keys in HEAP tables 2002-04-12 21:35:46 +03:00
opt_range.h
opt_sum.cc Update for BTREE keys in HEAP tables 2002-04-12 21:35:46 +03:00
password.c
procedure.cc
procedure.h
records.cc Update for BTREE keys in HEAP tables 2002-04-12 21:35:46 +03:00
repl_failsafe.cc
repl_failsafe.h
slave.cc replication bugfixes 2002-04-25 07:33:02 -06:00
slave.h replication bugfixes 2002-04-25 07:33:02 -06:00
sql_acl.cc
sql_acl.h
sql_analyse.cc
sql_analyse.h
sql_base.cc Fixed that enable-reads-from-master and repl-parse-query works in option files. 2002-04-29 12:24:14 +03:00
sql_cache.cc
sql_cache.h
sql_class.cc replication updates. This changeset seems to be working fine on test systems. 2002-03-30 12:36:05 -07:00
sql_class.h Update for BTREE keys in HEAP tables 2002-04-12 21:35:46 +03:00
sql_crypt.cc
sql_crypt.h
sql_db.cc
sql_delete.cc Fixed that enable-reads-from-master and repl-parse-query works in option files. 2002-04-29 12:24:14 +03:00
sql_do.cc
sql_handler.cc Update for BTREE keys in HEAP tables 2002-04-12 21:35:46 +03:00
sql_insert.cc Fixed that enable-reads-from-master and repl-parse-query works in option files. 2002-04-29 12:24:14 +03:00
sql_lex.cc
sql_lex.h
sql_list.cc
sql_list.h
sql_load.cc
sql_manager.cc
sql_manager.h
sql_map.cc
sql_map.h
sql_parse.cc Fixed pthread_cond_timedwait() for HPUX and DCE threads 2002-04-16 16:29:14 +03:00
sql_rename.cc merge with 3.23.50 2002-03-27 01:56:10 +02:00
sql_repl.cc relay_log_space_limit 2002-04-01 21:46:23 -07:00
sql_repl.h
sql_select.cc Update for BTREE keys in HEAP tables 2002-04-12 21:35:46 +03:00
sql_select.h
sql_show.cc merge 2002-04-25 01:16:42 +03:00
sql_sort.h
sql_string.cc Removed some old Makefiles to avoid name conflict on Mac OS X 2002-04-22 23:36:34 +03:00
sql_string.h
sql_table.cc Update for BTREE keys in HEAP tables 2002-04-12 21:35:46 +03:00
sql_test.cc
sql_udf.cc
sql_udf.h
sql_union.cc Adding some things according to Monty's correct observations 2002-04-12 16:01:09 +03:00
sql_update.cc Fixed that enable-reads-from-master and repl-parse-query works in option files. 2002-04-29 12:24:14 +03:00
sql_yacc.yy Fixed that enable-reads-from-master and repl-parse-query works in option files. 2002-04-29 12:24:14 +03:00
stacktrace.c
stacktrace.h
structs.h Update for BTREE keys in HEAP tables 2002-04-12 21:35:46 +03:00
table.cc Update for BTREE keys in HEAP tables 2002-04-12 21:35:46 +03:00
table.h fts+const_tables bug fixed 2002-04-02 14:56:40 +00:00
thr_malloc.cc
time.cc
udf_example.cc
uniques.cc
unireg.cc Update for BTREE keys in HEAP tables 2002-04-12 21:35:46 +03:00
unireg.h
watchdog_mysqld