mariadb/sql
unknown b6cae0f647 Added functions for symbolic link handling to make it possible to
backport things from 4.0. This is safe as the functions are not used!
Fixed bug in new mutex handling in InnoDB
Make allow_break() and dont_break() defines.


Docs/manual.texi:
  Remove -fomit-frame-pointer from default binaries
configure.in:
  Use -lcma library on HPUX
include/my_sys.h:
  Added functions for symbolic link handling to make it possible to
  backport things from 4.0. (This is safe as the functions are not used!)
include/mysys_err.h:
  Error messages for symlink functions.
innobase/include/sync0sync.ic:
  Fixed bug in new mutex handling
mysys/Makefile.am:
  Symlink handling
mysys/errors.c:
  Symlink handling
mysys/mf_brkhant.c:
  Make allow_break() and dont_break() defines.
sql/sql_select.h:
  Fix for Intel compiler.
BitKeeper/etc/logging_ok:
  Logging to logging@openlogging.org accepted
2001-05-31 12:18:53 +03:00
..
share Corrected error messages to avoid problems with too long error messages. 2001-05-28 02:56:22 +03:00
.cvsignore
add_errmsg
cache_manager.cc
cache_manager.h
ChangeLog
convert.cc
custom_conf.h
derror.cc Fixed bug in ALTER TABLE 2001-04-01 13:45:48 +03:00
field.cc Don't use ranges on HEAP tables with LIKE 2001-04-17 03:55:25 +03:00
field.h Fixed test cases for innobase 2001-03-07 23:50:44 +02:00
field_conv.cc Fixed bug in INSERT DELAYED when INSERT generated an error 2001-03-08 21:49:15 +02:00
filesort.cc Portability fixes for Ia64 and Sgi compiler 2001-04-25 22:44:27 +03:00
frm_crypt.cc
gen_lex_hash.cc Fixed bug with HEAP tables when using LIKE 2001-04-16 14:05:55 +03:00
ha_berkeley.cc Fixed portability problems in mysqlcheck 2001-04-21 03:03:08 +03:00
ha_berkeley.h Fix for BDB and LOCK TABLES 2001-04-19 20:41:19 +03:00
ha_gemini.cc Fix a crash in Innobase with tables with many columns and a range query 2001-03-26 16:49:11 +03:00
ha_gemini.h Added test case that crashed Innobase 2001-03-26 13:27:36 +03:00
ha_hash.h
ha_heap.cc
ha_heap.h Don't use ranges on HEAP tables with LIKE 2001-04-17 03:55:25 +03:00
ha_innobase.cc srv0srv.h One can now specify innodb_unix_file_flush_method in my.cnf 2001-05-23 18:04:49 +03:00
ha_innobase.h srv0srv.h One can now specify innodb_unix_file_flush_method in my.cnf 2001-05-23 18:04:49 +03:00
ha_isam.cc
ha_isam.h Optimization of delete with record cache (for MyISAM tables) 2001-03-11 23:09:09 +02:00
ha_isammrg.cc
ha_isammrg.h
ha_myisam.cc Fixed that database name is shown for CHECK TABLE 2001-04-20 17:14:53 +03:00
ha_myisam.h ha_myisam.cc magic removed 2001-01-19 20:25:27 +02:00
ha_myisammrg.cc Merged some functions and removed some unused client functions. 2001-03-06 15:24:08 +02:00
ha_myisammrg.h Merged some functions and removed some unused client functions. 2001-03-06 15:24:08 +02:00
handler.cc Changed Innobase to Innodb 2001-04-13 12:25:12 +03:00
handler.h Applied patches for BDB tables 2001-05-09 23:02:36 +03:00
hash_filo.cc
hash_filo.h Changed pthread_mutex_init() to use new MY_MUTEX_INIT.. macro 2001-03-26 01:05:04 +03:00
hostname.cc Changed pthread_mutex_init() to use new MY_MUTEX_INIT.. macro 2001-03-26 01:05:04 +03:00
init.cc
item.cc Remove wrong access check for locks. 2001-05-23 02:40:24 +03:00
item.h bugfix: HAVING MATCH 2001-04-17 14:17:22 +02:00
item_buff.cc
item_cmpfunc.cc Fixed problems with decimals withing IF() 2001-05-29 13:46:17 +03:00
item_cmpfunc.h New myisamchk option --sort-recover 2001-01-31 04:47:25 +02:00
item_create.cc
item_create.h
item_func.cc bugfix: HAVING MATCH 2001-04-17 14:17:22 +02:00
item_func.h Added tests if a user variable is changed in the same query. 2001-03-15 11:55:44 +02:00
item_strfunc.cc Applied patches for BDB tables 2001-05-09 23:02:36 +03:00
item_strfunc.h
item_sum.cc Fixed ALTER TABLE on MERGE tables 2001-01-28 21:35:50 +02:00
item_sum.h Portability fixes for OPENBSD, OS2 and Windows 2001-01-27 01:20:56 +02:00
item_timefunc.cc New myisamchk option --sort-recover 2001-01-31 04:47:25 +02:00
item_timefunc.h
item_uniq.cc
item_uniq.h
key.cc Merged some functions and removed some unused client functions. 2001-03-06 15:24:08 +02:00
lex.h Added LOAD DATA CONCURRENT 2001-05-05 09:41:47 +03:00
lex_symbol.h
lock.cc Applied patches for BDB tables 2001-05-09 23:02:36 +03:00
log.cc Merge work:/home/bk/mysql into donna.mysql.fi:/home/my/bk/mysql 2001-04-25 22:44:57 +03:00
log_event.cc Merge work:/home/bk/mysql into donna.mysql.fi:/home/my/bk/mysql 2001-04-29 16:07:58 +03:00
log_event.h fixed redundant repetition of use db in mysqlbinlog 2001-04-24 17:39:26 -06:00
Makefile.am Cleanup up stacktrace code 2001-05-14 01:12:40 +03:00
matherr.c
md5.c
md5.h
mf_iocache.cc
mini_client.cc better error message in replication when packet is too large 2001-05-03 17:27:35 -06:00
mini_client.h
my_lock.c
mysql_priv.h Portability fixes for Ia64 and Sgi compiler 2001-04-25 22:44:27 +03:00
mysqlbinlog.cc Fixed problems with decimals withing IF() 2001-05-29 13:46:17 +03:00
mysqld.cc Fixed portability bug in my_config.sh 2001-05-28 02:45:19 +03:00
net_pkg.cc Fixed typos from prev changeset 2001-01-21 16:59:02 +02:00
net_serv.cc Portability fixes for OPENBSD, OS2 and Windows 2001-01-27 01:20:56 +02:00
nt_servc.cc
nt_servc.h
opt_ft.cc
opt_ft.h
opt_range.cc Fixed portability problems in mysqlcheck 2001-04-21 03:03:08 +03:00
opt_range.h Fixed bug with UPDATE/DELETE on UNIQUE key which could be NULL 2001-04-10 11:32:28 +03:00
opt_sum.cc Fixed bug in MAX() optimizing for BDB tables 2001-03-10 17:05:10 +02:00
password.c Lots of manual changes 2001-01-25 22:38:26 +02:00
procedure.cc
procedure.h
records.cc Fixed bug in REGEXP for Linux Alpha 2001-04-11 20:19:52 +03:00
slave.cc better error message in replication when packet is too large 2001-05-03 17:27:35 -06:00
slave.h reversed virtual master 2001-05-03 11:46:49 -06:00
sql_acl.cc Lots of manual changes 2001-01-25 22:38:26 +02:00
sql_acl.h
sql_analyse.cc
sql_analyse.h Portability fixes for OPENBSD, OS2 and Windows 2001-01-27 01:20:56 +02:00
sql_base.cc Fixed bug when using MERGE on files > 4G 2001-05-17 00:46:50 +03:00
sql_cache.cc
sql_class.cc Fixed bug in ALTER TABLE 2001-04-01 13:45:48 +03:00
sql_class.h Merge work:/home/bk/mysql into donna.mysql.fi:/home/my/bk/mysql 2001-04-25 22:44:57 +03:00
sql_crypt.cc
sql_crypt.h
sql_db.cc bug with mysql_change_db() fixed 2001-03-21 17:09:43 +01:00
sql_delete.cc Changed Innobase to Innodb 2001-04-13 12:25:12 +03:00
sql_insert.cc Fixed bug when using MERGE on files > 4G 2001-05-17 00:46:50 +03:00
sql_lex.cc Reversed SQL_ANSI_MODE per Monty's request. 2001-03-14 07:15:45 -06:00
sql_lex.h Add support for Gemini table handler, Monty has checked and approved 2001-03-21 15:34:16 -05:00
sql_list.cc
sql_list.h sql/mysqld.cc 2001-03-24 23:33:26 -07:00
sql_load.cc Split setup_fields to setup_tables and setup_fields 2001-03-21 20:13:46 +02:00
sql_manager.cc
sql_manager.h
sql_map.cc
sql_map.h Portability fixes for OPENBSD, OS2 and Windows 2001-01-27 01:20:56 +02:00
sql_parse.cc Remove wrong access check for locks. 2001-05-23 02:40:24 +03:00
sql_rename.cc Add support for Gemini table handler, Monty has checked and approved 2001-03-21 15:34:16 -05:00
sql_repl.cc Fixed problems with decimals withing IF() 2001-05-29 13:46:17 +03:00
sql_repl.h fixed redundant repetition of use db in mysqlbinlog 2001-04-24 17:39:26 -06:00
sql_select.cc Fixed bug when using MERGE on files > 4G 2001-05-17 00:46:50 +03:00
sql_select.h Added functions for symbolic link handling to make it possible to 2001-05-31 12:18:53 +03:00
sql_show.cc Portability fixes for Ia64 and Sgi compiler 2001-04-25 22:44:27 +03:00
sql_string.cc
sql_string.h Portability fixes for OPENBSD, OS2 and Windows 2001-01-27 01:20:56 +02:00
sql_table.cc Applied patches for BDB tables 2001-05-09 23:02:36 +03:00
sql_test.cc Fixed bug in ALTER TABLE 2001-04-01 13:45:48 +03:00
sql_udf.cc Fixed INSERT DELAYED with Innobase 2001-04-09 21:08:56 +03:00
sql_udf.h
sql_update.cc Split setup_fields to setup_tables and setup_fields 2001-03-21 20:13:46 +02:00
sql_yacc.yy Merge 2001-05-05 09:44:25 +03:00
stacktrace.c sql/stacktrace.c 2001-05-14 14:11:26 -06:00
stacktrace.h Cleanup up stacktrace code 2001-05-14 01:12:40 +03:00
structs.h
table.cc bug with mysql_change_db() fixed 2001-03-21 17:09:43 +01:00
table.h Applied patches for BDB tables 2001-05-09 23:02:36 +03:00
thr_malloc.cc
time.cc Fixed INSERT DELAYED with Innobase 2001-04-09 21:08:56 +03:00
udf_example.cc Workaround for bug in thread library in Unixware 7 2001-02-03 18:00:29 +02:00
unireg.cc
unireg.h
violite.c Force close of sockets on HPUX 10.20 2001-05-19 10:14:05 +03:00
watchdog_mysqld