mariadb/sql
unknown 8b3993bc01 Fixed for Ia64 + delayed key creation + a lot of small bug fixes
Docs/Makefile.am:
  Removed typo
Docs/internals.texi:
  Added documentation about filesort
Docs/manual.texi:
  Lots of changes, including information about the password in the mysql.user table
config.h.in:
  ***MISSING WEAVE***
heap/hp_rnext.c:
  Fix of reading of read-next
include/config-win.h:
  Fix for Ia64
include/global.h:
  Fix for Ia64
include/my_base.h:
  Fix for Ia64
include/myisam.h:
  New repair options
isam/_dynrec.c:
  Typo fixes
isam/_search.c:
  Fix for Ia64
merge/rrnd.c:
  Fix of ORDER BY for MERGE tables
myisam/ft_eval.c:
  Fix for Ia64
myisam/ft_parser.c:
  Fix for Ia64
myisam/ft_static.c:
  Portability fixes
myisam/mi_check.c:
  Fix for Ia64 + delay key creation
myisam/mi_locking.c:
  Portability fixes
myisam/myisamdef.h:
  Fixes for automatic table repair
myisam/myisampack.c:
  Version number increment
myisammrg/myrg_rrnd.c:
  Fix of ORDER BY for mymerge tables
mysql.proj:
  Updated
mysys/charset.c:
  Fix for Ia64
mysys/mf_casecnv.c:
  Fix for Ia64
mysys/mf_pack.c:
  Fix for Ia64
mysys/mf_path.c:
  Fix for Ia64
mysys/mf_wfile.c:
  Fix for Ia64
mysys/my_alloc.c:
  Fix for Ia64
mysys/my_lib.c:
  Fix for Ia64
mysys/my_lread.c:
  Fix for Ia64
mysys/my_lwrite.c:
  Fix for Ia64
mysys/my_winthread.c:
  Fix for Ia64
mysys/string.c:
  Fix for Ia64
mysys/thr_alarm.c:
  Fix for Ia64
mysys/thr_rwlock.c:
  Fix of scheduler bug for systems without rw_locks
regex/regcomp.c:
  Fix for Ia64
regex/regex.h:
  Fix for Ia64
regex/regex2.h:
  Fix for Ia64
scripts/mysqlhotcopy.sh:
  Explicit version number (because of bitkeeper)
sql-bench/bench-init.pl.sh:
  New help message
sql-bench/server-cfg.sh:
  Updates for postgreSQL 7.0
sql/ChangeLog:
  Changelog
sql/field.cc:
  Fix of datetime function handling
sql/filesort.cc:
  More comments
sql/gen_lex_hash.cc:
  More options
sql/ha_berkeley.cc:
  Fix for part key reading
sql/ha_berkeley.h:
  Indentation
sql/ha_myisam.cc:
  Fix for delayed key creation
sql/ha_myisam.h:
  Fix for delayed key creation
sql/handler.h:
  Fix for delayed key creation
sql/item_func.cc:
  Fix of crash when using constant expression with UDF functions in WHERE
sql/item_timefunc.cc:
  Fix of datetime function handling
sql/mini_client.cc:
  Portability fix
sql/mysql_priv.h:
  Optimization of select initialization
sql/mysqld.cc:
  Portability fixes, thread cache and min argument for connect_timeout
sql/sql_load.cc:
  Delayed key handling
sql/sql_parse.cc:
  Portability fixes and select initialization optimization
sql/sql_select.cc:
  Small optimization + more comments
sql/sql_table.cc:
  Fix default value adding to blob with alter table + delayed index creation
sql/sql_yacc.yy:
  Optimized select initialization
sql/structs.h:
  Fix for part key read
strings/ctype-sjis.c:
  Fix for Ia64
strings/ctype-tis620.c:
  Fix for Ia64
strings/t_ctype.h:
  bk fix
support-files/mysql.spec.sh:
  Added comment
vio/viotest-ssl.cc:
  bk fix
vio/viotest-sslconnect.cc:
  bk fix
vio/viotest.cc:
  bk fix
BitKeeper/etc/logging_ok:
  Logging to logging@openlogging.org accepted
2000-08-15 20:09:37 +03:00
..
Attic Import changeset 2000-07-31 21:29:14 +02:00
share Import changeset 2000-07-31 21:29:14 +02:00
.cvsignore Import changeset 2000-07-31 21:29:14 +02:00
add_errmsg Import changeset 2000-07-31 21:29:14 +02:00
cache_manager.cc Import changeset 2000-07-31 21:29:14 +02:00
cache_manager.h Import changeset 2000-07-31 21:29:14 +02:00
ChangeLog Fixed for Ia64 + delayed key creation + a lot of small bug fixes 2000-08-15 20:09:37 +03:00
convert.cc Import changeset 2000-07-31 21:29:14 +02:00
custom_conf.h Import changeset 2000-07-31 21:29:14 +02:00
derror.cc Import changeset 2000-07-31 21:29:14 +02:00
field.cc Fixed for Ia64 + delayed key creation + a lot of small bug fixes 2000-08-15 20:09:37 +03:00
field.h Import changeset 2000-07-31 21:29:14 +02:00
field_conv.cc Import changeset 2000-07-31 21:29:14 +02:00
filesort.cc Fixed for Ia64 + delayed key creation + a lot of small bug fixes 2000-08-15 20:09:37 +03:00
frm_crypt.cc Import changeset 2000-07-31 21:29:14 +02:00
gen_lex_hash.cc Fixed for Ia64 + delayed key creation + a lot of small bug fixes 2000-08-15 20:09:37 +03:00
ha_berkeley.cc Fixed for Ia64 + delayed key creation + a lot of small bug fixes 2000-08-15 20:09:37 +03:00
ha_berkeley.h Fixed for Ia64 + delayed key creation + a lot of small bug fixes 2000-08-15 20:09:37 +03:00
ha_hash.h Import changeset 2000-07-31 21:29:14 +02:00
ha_heap.cc Import changeset 2000-07-31 21:29:14 +02:00
ha_heap.h Import changeset 2000-07-31 21:29:14 +02:00
ha_isam.cc Import changeset 2000-07-31 21:29:14 +02:00
ha_isam.h Import changeset 2000-07-31 21:29:14 +02:00
ha_isammrg.cc Import changeset 2000-07-31 21:29:14 +02:00
ha_isammrg.h Import changeset 2000-07-31 21:29:14 +02:00
ha_myisam.cc Fixed for Ia64 + delayed key creation + a lot of small bug fixes 2000-08-15 20:09:37 +03:00
ha_myisam.h Fixed for Ia64 + delayed key creation + a lot of small bug fixes 2000-08-15 20:09:37 +03:00
ha_myisammrg.cc Import changeset 2000-07-31 21:29:14 +02:00
ha_myisammrg.h Import changeset 2000-07-31 21:29:14 +02:00
handler.cc Import changeset 2000-07-31 21:29:14 +02:00
handler.h Fixed for Ia64 + delayed key creation + a lot of small bug fixes 2000-08-15 20:09:37 +03:00
hash_filo.cc Import changeset 2000-07-31 21:29:14 +02:00
hash_filo.h Import changeset 2000-07-31 21:29:14 +02:00
hostname.cc Import changeset 2000-07-31 21:29:14 +02:00
init.cc Import changeset 2000-07-31 21:29:14 +02:00
item.cc Import changeset 2000-07-31 21:29:14 +02:00
item.h Import changeset 2000-07-31 21:29:14 +02:00
item_buff.cc Import changeset 2000-07-31 21:29:14 +02:00
item_cmpfunc.cc Import changeset 2000-07-31 21:29:14 +02:00
item_cmpfunc.h Import changeset 2000-07-31 21:29:14 +02:00
item_create.cc Import changeset 2000-07-31 21:29:14 +02:00
item_create.h Import changeset 2000-07-31 21:29:14 +02:00
item_func.cc Fixed for Ia64 + delayed key creation + a lot of small bug fixes 2000-08-15 20:09:37 +03:00
item_func.h Import changeset 2000-07-31 21:29:14 +02:00
item_strfunc.cc Import changeset 2000-07-31 21:29:14 +02:00
item_strfunc.h Import changeset 2000-07-31 21:29:14 +02:00
item_sum.cc Import changeset 2000-07-31 21:29:14 +02:00
item_sum.h Import changeset 2000-07-31 21:29:14 +02:00
item_timefunc.cc Fixed for Ia64 + delayed key creation + a lot of small bug fixes 2000-08-15 20:09:37 +03:00
item_timefunc.h Import changeset 2000-07-31 21:29:14 +02:00
item_uniq.cc Import changeset 2000-07-31 21:29:14 +02:00
item_uniq.h Import changeset 2000-07-31 21:29:14 +02:00
key.cc Import changeset 2000-07-31 21:29:14 +02:00
lex.h Import changeset 2000-07-31 21:29:14 +02:00
lex_symbol.h Import changeset 2000-07-31 21:29:14 +02:00
lock.cc Import changeset 2000-07-31 21:29:14 +02:00
log.cc Import changeset 2000-07-31 21:29:14 +02:00
log_event.cc Import changeset 2000-07-31 21:29:14 +02:00
log_event.h Import changeset 2000-07-31 21:29:14 +02:00
Makefile.am Import changeset 2000-07-31 21:29:14 +02:00
matherr.c Import changeset 2000-07-31 21:29:14 +02:00
md5.c Import changeset 2000-07-31 21:29:14 +02:00
md5.h Import changeset 2000-07-31 21:29:14 +02:00
mf_iocache.cc Import changeset 2000-07-31 21:29:14 +02:00
mini_client.cc Fixed for Ia64 + delayed key creation + a lot of small bug fixes 2000-08-15 20:09:37 +03:00
mini_client.h Import changeset 2000-07-31 21:29:14 +02:00
my_lock.c Import changeset 2000-07-31 21:29:14 +02:00
mysql_priv.h Fixed for Ia64 + delayed key creation + a lot of small bug fixes 2000-08-15 20:09:37 +03:00
mysqlbinlog.cc Import changeset 2000-07-31 21:29:14 +02:00
mysqld.cc Fixed for Ia64 + delayed key creation + a lot of small bug fixes 2000-08-15 20:09:37 +03:00
net_pkg.cc Import changeset 2000-07-31 21:29:14 +02:00
net_serv.cc Import changeset 2000-07-31 21:29:14 +02:00
nt_servc.cc Import changeset 2000-07-31 21:29:14 +02:00
nt_servc.h Import changeset 2000-07-31 21:29:14 +02:00
opt_range.cc Import changeset 2000-07-31 21:29:14 +02:00
opt_range.h Import changeset 2000-07-31 21:29:14 +02:00
opt_sum.cc Import changeset 2000-07-31 21:29:14 +02:00
password.c Import changeset 2000-07-31 21:29:14 +02:00
procedure.cc Import changeset 2000-07-31 21:29:14 +02:00
procedure.h Import changeset 2000-07-31 21:29:14 +02:00
records.cc Import changeset 2000-07-31 21:29:14 +02:00
slave.cc Import changeset 2000-07-31 21:29:14 +02:00
sql_acl.cc Import changeset 2000-07-31 21:29:14 +02:00
sql_acl.h Import changeset 2000-07-31 21:29:14 +02:00
sql_analyse.cc Import changeset 2000-07-31 21:29:14 +02:00
sql_analyse.h Import changeset 2000-07-31 21:29:14 +02:00
sql_base.cc Import changeset 2000-07-31 21:29:14 +02:00
sql_cache.cc Import changeset 2000-07-31 21:29:14 +02:00
sql_class.cc Import changeset 2000-07-31 21:29:14 +02:00
sql_class.h Import changeset 2000-07-31 21:29:14 +02:00
sql_crypt.cc Import changeset 2000-07-31 21:29:14 +02:00
sql_crypt.h Import changeset 2000-07-31 21:29:14 +02:00
sql_db.cc Import changeset 2000-07-31 21:29:14 +02:00
sql_delete.cc Import changeset 2000-07-31 21:29:14 +02:00
sql_insert.cc Import changeset 2000-07-31 21:29:14 +02:00
sql_lex.cc Import changeset 2000-07-31 21:29:14 +02:00
sql_lex.h Import changeset 2000-07-31 21:29:14 +02:00
sql_list.cc Import changeset 2000-07-31 21:29:14 +02:00
sql_list.h Import changeset 2000-07-31 21:29:14 +02:00
sql_load.cc Fixed for Ia64 + delayed key creation + a lot of small bug fixes 2000-08-15 20:09:37 +03:00
sql_map.cc Import changeset 2000-07-31 21:29:14 +02:00
sql_map.h Import changeset 2000-07-31 21:29:14 +02:00
sql_parse.cc Fixed for Ia64 + delayed key creation + a lot of small bug fixes 2000-08-15 20:09:37 +03:00
sql_select.cc Fixed for Ia64 + delayed key creation + a lot of small bug fixes 2000-08-15 20:09:37 +03:00
sql_select.h Import changeset 2000-07-31 21:29:14 +02:00
sql_show.cc Import changeset 2000-07-31 21:29:14 +02:00
sql_string.cc Import changeset 2000-07-31 21:29:14 +02:00
sql_string.h Import changeset 2000-07-31 21:29:14 +02:00
sql_table.cc Fixed for Ia64 + delayed key creation + a lot of small bug fixes 2000-08-15 20:09:37 +03:00
sql_test.cc Import changeset 2000-07-31 21:29:14 +02:00
sql_udf.cc Import changeset 2000-07-31 21:29:14 +02:00
sql_udf.h Import changeset 2000-07-31 21:29:14 +02:00
sql_update.cc Import changeset 2000-07-31 21:29:14 +02:00
sql_yacc.yy Fixed for Ia64 + delayed key creation + a lot of small bug fixes 2000-08-15 20:09:37 +03:00
structs.h Fixed for Ia64 + delayed key creation + a lot of small bug fixes 2000-08-15 20:09:37 +03:00
table.cc Import changeset 2000-07-31 21:29:14 +02:00
table.h Import changeset 2000-07-31 21:29:14 +02:00
thr_malloc.cc Import changeset 2000-07-31 21:29:14 +02:00
time.cc Import changeset 2000-07-31 21:29:14 +02:00
udf_example.cc Import changeset 2000-07-31 21:29:14 +02:00
unireg.cc Import changeset 2000-07-31 21:29:14 +02:00
unireg.h Import changeset 2000-07-31 21:29:14 +02:00
violite.c Import changeset 2000-07-31 21:29:14 +02:00
watchdog_mysqld Import changeset 2000-07-31 21:29:14 +02:00