mariadb/sql
unknown f4fee3d90e Added macros for nice TIMESPEC usage.
Fixes for building MySQL with gcc 3.0
Added SIGNED / UNSIGNED casts
Fixed core dump bug in net_clear() with libmysqld.
Back to using semaphores in query cache.
Added 'Null' and 'Index_type' to SHOW INDEX.


BUILD/FINISH.sh:
  Fixes for gcc 3.0
BUILD/SETUP.sh:
  Fixes for gcc 3.0
Docs/manual.texi:
  Changelog + SIGNED/UNSIGNED casts.
Makefile.am:
  include BUILD scripts in source distribution.
client/Makefile.am:
  Fixes for gcc 3.0
client/mysql.cc:
  Cleanup
client/mysqldump.c:
  Changed 'K' to mean 'disable-keys' instead of 'no-disabled-keys'
client/readline.cc:
  Cleanup
configure.in:
  Include BUILD in source distrbution
extra/my_print_defaults.c:
  Cleanup
include/my_global.h:
  Fix for HPUX and setrlimit.
  Portability fix.
  Added macros for nice TIMESPEC usage.
innobase/include/dyn0dyn.h:
  Fix for AIX
libmysql/Makefile.shared:
  Added strxmov to libmysqld
libmysqld/examples/Makefile.am:
  Fixes for gcc 3.0
libmysqld/lib_vio.c:
  Cleanup
myisam/ft_dump.c:
  Portability fixes
myisam/ftdefs.h:
  Portability fixes
mysql-test/r/bdb.result:
  Cleanup results after adding 2 columns to SHOW KEYS
mysql-test/r/bigint.result:
  New test for SIGNED/UNSIGNED
mysql-test/r/fulltext.result:
  Cleanup results after adding 2 columns to SHOW KEYS
mysql-test/r/heap.result:
  Cleanup results after adding 2 columns to SHOW KEYS
mysql-test/r/innodb.result:
  Cleanup results after adding 2 columns to SHOW KEYS
mysql-test/r/isam.result:
  Cleanup results after adding 2 columns to SHOW KEYS
mysql-test/r/key.result:
  Cleanup results after adding 2 columns to SHOW KEYS
mysql-test/r/myisam.result:
  Cleanup results after adding 2 columns to SHOW KEYS
mysql-test/r/query_cache.result:
  Cleanup results after adding 2 columns to SHOW KEYS
mysql-test/r/select.result:
  Cleanup results after adding 2 columns to SHOW KEYS
mysql-test/r/show_check.result:
  Cleanup results after adding 2 columns to SHOW KEYS
mysql-test/r/type_ranges.result:
  Cleanup results after adding 2 columns to SHOW KEYS
mysql-test/t/bigint.test:
  New test for SIGNED/UNSIGNED
mysql-test/t/key.test:
  New test for SIGNED/UNSIGNED
mysql-test/t/query_cache.test:
  Test for FOUND_ROWS()
sql-bench/crash-me.sh:
  Safety fixes
sql/derror.cc:
  Cleanup
sql/ha_berkeley.h:
  New test for SIGNED/UNSIGNED
sql/ha_heap.h:
  New test for SIGNED/UNSIGNED
sql/ha_innobase.cc:
  New test for SIGNED/UNSIGNED
sql/ha_innobase.h:
  New test for SIGNED/UNSIGNED
sql/ha_isam.h:
  New test for SIGNED/UNSIGNED
sql/ha_myisam.cc:
  New test for SIGNED/UNSIGNED
sql/ha_myisam.h:
  New test for SIGNED/UNSIGNED
sql/handler.h:
  New test for SIGNED/UNSIGNED
sql/item_func.cc:
  Cleanup TIMESPEC usage
sql/item_func.h:
  Added SIGNED / UNSIGNED casts
sql/lex.h:
  Added SIGNED / UNSIGNED casts
sql/mysqld.cc:
  Cleanup TIMESPEC usage
sql/net_pkg.cc:
  Cleanup
sql/net_serv.cc:
  Fixed core dump bug in net_clear()
sql/slave.cc:
  Cleanup
sql/sql_cache.cc:
  Back to using semaphores
sql/sql_cache.h:
  Back to using semaphores
sql/sql_insert.cc:
  Cleanup TIMESPEC usage
sql/sql_manager.cc:
  Cleanup TIMESPEC usage
sql/sql_parse.cc:
  Cleanup
sql/sql_repl.cc:
  Cleanup TIMESPEC usage
sql/sql_show.cc:
  Added 'Null' and 'Index_type' to SHOW INDEX.
sql/sql_table.cc:
  Sort keys in table in a more logical order.
sql/sql_yacc.yy:
  Support for SIGNED/UNSIGNED casts.
2002-01-02 21:29:41 +02:00
..
share merge with 3.23.44 2001-11-04 16:14:09 +02:00
.cvsignore
add_errmsg
cache_manager.cc Update copyright 2001-12-06 14:10:51 +02:00
cache_manager.h Update copyright 2001-12-06 14:10:51 +02:00
ChangeLog Added all changes from old 4.0 version: 2001-04-11 13:04:03 +02:00
convert.cc Update copyright 2001-12-06 14:10:51 +02:00
custom_conf.h Update copyright 2001-12-06 14:10:51 +02:00
derror.cc Added macros for nice TIMESPEC usage. 2002-01-02 21:29:41 +02:00
des_key_file.cc Added FLUSH DES_KEY_FILE. 2001-12-13 15:53:18 +02:00
field.cc Update copyright 2001-12-06 14:10:51 +02:00
field.h Update copyright 2001-12-06 14:10:51 +02:00
field_conv.cc Update copyright 2001-12-06 14:10:51 +02:00
filesort.cc Removed compiler warnings. 2001-12-10 00:08:24 +02:00
frm_crypt.cc Update copyright 2001-12-06 14:10:51 +02:00
gen_lex_hash.cc merge with 3.23.47 (DO statement) 2001-12-17 20:47:20 +02:00
ha_berkeley.cc Update copyright 2001-12-06 14:10:51 +02:00
ha_berkeley.h Added macros for nice TIMESPEC usage. 2002-01-02 21:29:41 +02:00
ha_hash.h
ha_heap.cc Update copyright 2001-12-06 14:10:51 +02:00
ha_heap.h Added macros for nice TIMESPEC usage. 2002-01-02 21:29:41 +02:00
ha_innobase.cc Added macros for nice TIMESPEC usage. 2002-01-02 21:29:41 +02:00
ha_innobase.h Added macros for nice TIMESPEC usage. 2002-01-02 21:29:41 +02:00
ha_isam.cc Update copyright 2001-12-06 14:10:51 +02:00
ha_isam.h Added macros for nice TIMESPEC usage. 2002-01-02 21:29:41 +02:00
ha_isammrg.cc Update copyright 2001-12-06 14:10:51 +02:00
ha_isammrg.h HANDLER works only with MyISAM tables 2001-12-21 13:28:51 +00:00
ha_myisam.cc Added macros for nice TIMESPEC usage. 2002-01-02 21:29:41 +02:00
ha_myisam.h Added macros for nice TIMESPEC usage. 2002-01-02 21:29:41 +02:00
ha_myisammrg.cc Query cache. 2001-12-02 14:34:01 +02:00
ha_myisammrg.h HANDLER works only with MyISAM tables 2001-12-21 13:28:51 +00:00
handler.cc Update copyright 2001-12-06 14:10:51 +02:00
handler.h Added macros for nice TIMESPEC usage. 2002-01-02 21:29:41 +02:00
hash_filo.cc Update copyright 2001-12-06 14:10:51 +02:00
hash_filo.h Update copyright 2001-12-06 14:10:51 +02:00
hostname.cc Update copyright 2001-12-06 14:10:51 +02:00
init.cc Update copyright 2001-12-06 14:10:51 +02:00
item.cc Update copyright 2001-12-06 14:10:51 +02:00
item.h Update copyright 2001-12-06 14:10:51 +02:00
item_buff.cc Update copyright 2001-12-06 14:10:51 +02:00
item_cmpfunc.cc Update copyright 2001-12-06 14:10:51 +02:00
item_cmpfunc.h Update copyright 2001-12-06 14:10:51 +02:00
item_create.cc Added FLUSH DES_KEY_FILE. 2001-12-13 15:53:18 +02:00
item_create.h Update copyright 2001-12-06 14:10:51 +02:00
item_func.cc Added macros for nice TIMESPEC usage. 2002-01-02 21:29:41 +02:00
item_func.h Added macros for nice TIMESPEC usage. 2002-01-02 21:29:41 +02:00
item_strfunc.cc Added FLUSH DES_KEY_FILE. 2001-12-13 15:53:18 +02:00
item_strfunc.h Added FLUSH DES_KEY_FILE. 2001-12-13 15:53:18 +02:00
item_sum.cc Update copyright 2001-12-06 14:10:51 +02:00
item_sum.h Update copyright 2001-12-06 14:10:51 +02:00
item_timefunc.cc Added FLUSH DES_KEY_FILE. 2001-12-13 15:53:18 +02:00
item_timefunc.h Update copyright 2001-12-06 14:10:51 +02:00
item_uniq.cc Update copyright 2001-12-06 14:10:51 +02:00
item_uniq.h Update copyright 2001-12-06 14:10:51 +02:00
key.cc Update copyright 2001-12-06 14:10:51 +02:00
lex.h Added macros for nice TIMESPEC usage. 2002-01-02 21:29:41 +02:00
lex_symbol.h Update copyright 2001-12-06 14:10:51 +02:00
lock.cc Update copyright 2001-12-06 14:10:51 +02:00
log.cc Update copyright 2001-12-06 14:10:51 +02:00
log_event.cc Cleanup of alarm macros. 2001-12-21 07:00:58 +02:00
log_event.h Update copyright 2001-12-06 14:10:51 +02:00
Makefile.am merge with 3.23.47 (DO statement) 2001-12-17 20:47:20 +02:00
matherr.c Update copyright 2001-12-06 14:10:51 +02:00
mf_iocache.cc Update copyright 2001-12-06 14:10:51 +02:00
mini_client.cc Cleanup of alarm macros. 2001-12-21 07:00:58 +02:00
mini_client.h Update copyright 2001-12-06 14:10:51 +02:00
my_lock.c Update copyright 2001-12-06 14:10:51 +02:00
mysql_priv.h Fix for error message when using HANDLER OPEN on InnoDB tables. 2001-12-22 15:44:44 +02:00
mysqld.cc Added macros for nice TIMESPEC usage. 2002-01-02 21:29:41 +02:00
net_pkg.cc Added macros for nice TIMESPEC usage. 2002-01-02 21:29:41 +02:00
net_serv.cc Added macros for nice TIMESPEC usage. 2002-01-02 21:29:41 +02:00
nt_servc.cc Update for OS2 (patch from Yuri Dario). 2001-10-31 03:22:31 +02:00
nt_servc.h Adding code for NT service in the install and remove 2001-10-25 05:57:15 -02:00
opt_ft.cc Oops - forgot to add files to bk 2000-10-09 00:00:24 +02:00
opt_ft.h fixes for ft-boolean and range optimizer 2001-11-22 16:00:11 +01:00
opt_range.cc New improved IO_CACHE 2001-11-28 02:55:52 +02:00
opt_range.h Update of query cache code. 2001-12-05 13:03:00 +02:00
opt_sum.cc Update copyright 2001-12-06 14:10:51 +02:00
password.c Update copyright 2001-12-06 14:10:51 +02:00
procedure.cc Update copyright 2001-12-06 14:10:51 +02:00
procedure.h Update copyright 2001-12-06 14:10:51 +02:00
records.cc Update copyright 2001-12-06 14:10:51 +02:00
repl_failsafe.cc Fix insert delated + query cache. 2001-12-20 06:14:11 +02:00
repl_failsafe.h work to enable reading 3.23 logs - not yet finished 2001-11-10 22:24:12 -07:00
slave.cc Added macros for nice TIMESPEC usage. 2002-01-02 21:29:41 +02:00
slave.h Merge with 3.23.47 2001-12-15 05:12:21 +02:00
sql_acl.cc Cleanup of alarm macros. 2001-12-21 07:00:58 +02:00
sql_acl.h Update copyright 2001-12-06 14:10:51 +02:00
sql_analyse.cc Update copyright 2001-12-06 14:10:51 +02:00
sql_analyse.h Update copyright 2001-12-06 14:10:51 +02:00
sql_base.cc Update copyright 2001-12-06 14:10:51 +02:00
sql_cache.cc Added macros for nice TIMESPEC usage. 2002-01-02 21:29:41 +02:00
sql_cache.h Added macros for nice TIMESPEC usage. 2002-01-02 21:29:41 +02:00
sql_class.cc Cleanup of alarm macros. 2001-12-21 07:00:58 +02:00
sql_class.h Cleanup of alarm macros. 2001-12-21 07:00:58 +02:00
sql_crypt.cc Update copyright 2001-12-06 14:10:51 +02:00
sql_crypt.h Update copyright 2001-12-06 14:10:51 +02:00
sql_db.cc Cleanup of alarm macros. 2001-12-21 07:00:58 +02:00
sql_delete.cc Fixed sleep time in mysql-test-run 2001-12-13 02:31:19 +02:00
sql_do.cc Fixed access privilege bug in query cache. 2001-12-22 15:13:31 +02:00
sql_handler.cc HANDLER CLOSE unknown table should produce an error 2001-12-22 18:40:26 +00:00
sql_insert.cc Added macros for nice TIMESPEC usage. 2002-01-02 21:29:41 +02:00
sql_lex.cc Update copyright 2001-12-06 14:10:51 +02:00
sql_lex.h Fix after merge 2001-12-17 23:24:51 +02:00
sql_list.cc Update copyright 2001-12-06 14:10:51 +02:00
sql_list.h Update copyright 2001-12-06 14:10:51 +02:00
sql_load.cc Update copyright 2001-12-06 14:10:51 +02:00
sql_manager.cc Added macros for nice TIMESPEC usage. 2002-01-02 21:29:41 +02:00
sql_manager.h Generalize handle_flush thread to also handle various management 2000-11-27 18:14:49 -05:00
sql_map.cc Update copyright 2001-12-06 14:10:51 +02:00
sql_map.h Update copyright 2001-12-06 14:10:51 +02:00
sql_parse.cc Added macros for nice TIMESPEC usage. 2002-01-02 21:29:41 +02:00
sql_rename.cc Update copyright 2001-12-06 14:10:51 +02:00
sql_repl.cc Added macros for nice TIMESPEC usage. 2002-01-02 21:29:41 +02:00
sql_repl.h properly kill slave in all cases on systems that do not interrupt syscalls 2001-11-23 09:57:36 -07:00
sql_select.cc Fix for MyISAM records > 16M 2001-12-11 20:45:48 +02:00
sql_select.h Update copyright 2001-12-06 14:10:51 +02:00
sql_show.cc Added macros for nice TIMESPEC usage. 2002-01-02 21:29:41 +02:00
sql_sort.h Redefinition of myisam_bulk_insert_tree_size 2001-07-10 15:53:08 +03:00
sql_string.cc Update copyright 2001-12-06 14:10:51 +02:00
sql_string.h Update copyright 2001-12-06 14:10:51 +02:00
sql_table.cc Added macros for nice TIMESPEC usage. 2002-01-02 21:29:41 +02:00
sql_test.cc Update copyright 2001-12-06 14:10:51 +02:00
sql_udf.cc Cleanup of alarm macros. 2001-12-21 07:00:58 +02:00
sql_udf.h Update copyright 2001-12-06 14:10:51 +02:00
sql_union.cc Fixed sleep time in mysql-test-run 2001-12-13 02:31:19 +02:00
sql_update.cc Query cache. 2001-12-02 14:34:01 +02:00
sql_yacc.yy Added macros for nice TIMESPEC usage. 2002-01-02 21:29:41 +02:00
stacktrace.c Fixed bug in GROUP BY ... DESC 2001-12-10 17:51:07 +02:00
stacktrace.h Fix to get core files on Solaris 2001-08-22 12:22:46 +03:00
structs.h Update copyright 2001-12-06 14:10:51 +02:00
table.cc merge 2001-12-13 20:54:20 +02:00
table.h Update copyright 2001-12-06 14:10:51 +02:00
thr_malloc.cc Update copyright 2001-12-06 14:10:51 +02:00
time.cc Update copyright 2001-12-06 14:10:51 +02:00
udf_example.cc Update copyright 2001-12-06 14:10:51 +02:00
uniques.cc Update copyright 2001-12-06 14:10:51 +02:00
unireg.cc merge 2001-12-13 20:54:20 +02:00
unireg.h Update copyright 2001-12-06 14:10:51 +02:00
watchdog_mysqld