mariadb/include
unknown aeaf3fcf12 Don't do signal() on windows (Causes instability problems)
Safer, a bit faster filesort.
Code changes to avoid calls to current_thd() (faster code).
Removed all compiler warnings from readline.


BitKeeper/etc/ignore:
  Add my_global.h back.
Docs/manual.texi:
  4.0.1 Changelog
include/my_sys.h:
  Added strmake_root
libmysql/libmysql.c:
  Don't do signal() on windows (Causes instability problems)
mysys/my_alloc.c:
  Added strmake_root
readline/bind.c:
  Remove warnings
readline/complete.c:
  Remove warnings
readline/display.c:
  Remove warnings
readline/funmap.c:
  Remove warnings
readline/histexpand.c:
  Remove warnings
readline/histfile.c:
  Remove warnings
readline/history.h:
  Remove warnings
readline/histsearch.c:
  Remove warnings
readline/isearch.c:
  Remove warnings
readline/kill.c:
  Remove warnings
readline/macro.c:
  Remove warnings
readline/readline.c:
  Remove warnings
readline/readline.h:
  Remove warnings
readline/rltty.c:
  Remove warnings
readline/search.c:
  Remove warnings
readline/shell.c:
  Remove warnings
readline/terminal.c:
  Remove warnings
readline/tilde.c:
  Remove warnings
readline/tilde.h:
  Remove warnings
readline/undo.c:
  Remove warnings
readline/util.c:
  Remove warnings
readline/vi_mode.c:
  Remove warnings
sql-bench/server-cfg.sh:
  Added use of truncate table
sql-bench/test-insert.sh:
  Added use of truncate table
  Changed some tests to use keys instead of 'range'
sql-bench/test-wisconsin.sh:
  Cleanup
sql/field.cc:
  Add 'thd' to send() (To avoid usage of 'current_thd')
sql/field.h:
  Add 'thd' to send() (To avoid usage of 'current_thd')
sql/filesort.cc:
  Safer memory allocation;  Don't allocate pointer to buffers directly, but use an IO_CACHE instead.
  This will allow us to use more memory for keys and will also work better if the number of rows that is to be sorted is much larger than expected.
sql/item.cc:
  Add 'thd' to send() (To avoid usage of 'current_thd')
sql/item.h:
  Add 'thd' to send() (To avoid usage of 'current_thd')
sql/item_func.h:
  Cleanup
sql/opt_range.cc:
  Use mem_root instead of sql_alloc() to get more speed
sql/sql_class.cc:
  Add 'thd' to send() (To avoid usage of 'current_thd')
sql/sql_class.h:
  Added strmake()
sql/sql_handler.cc:
  Add 'thd' to send() (To avoid usage of 'current_thd')
sql/sql_lex.cc:
  Use mem_root instead of sql_alloc() to get more speed
sql/sql_select.cc:
  Add 'thd' to send() (To avoid usage of 'current_thd')
tests/fork2_test.pl:
  Fixed typos
tests/fork_big.pl:
  Fixed typos
tests/insert_and_repair.pl:
  Fixed typos
tests/rename_test.pl:
  Fixed typos
tests/test_delayed_insert.pl:
  Fixed typos
2001-10-17 19:39:39 +03:00
..
.cvsignore Import changeset 2000-07-31 21:29:14 +02:00
.my_sys.h.swp fixed --skip-slave-thread bug 2000-10-26 22:11:55 -06:00
config-os2.h OS2 patch 2001-09-12 23:53:31 +03:00
config-win.h Portability fixes. 2001-08-18 10:49:00 +03:00
dbug.h More debug info 2001-09-08 11:47:34 +03:00
errmsg.h merge with 3.23.42 2001-09-02 18:38:33 +02:00
ft_global.h Boolean search passes _some_ tests 2001-10-09 14:53:54 +02:00
getopt.h New thr_alarm struct for better integration with OS2 2000-11-28 04:47:47 +02:00
hash.h Import changeset 2000-07-31 21:29:14 +02:00
heap.h merge with 3.23.42 2001-09-02 18:38:33 +02:00
m_ctype.h Fixed that one can always get a name for a compiled characterset 2001-09-28 07:21:24 +03:00
m_string.h Fix for OS2 2001-08-30 01:22:02 +03:00
Makefile.am merged 2001-09-22 21:51:17 -06:00
md5.h fixes for MYSQL manager 2001-09-19 14:30:43 -06:00
merge.h OS2 patch 2001-09-12 23:53:31 +03:00
my_alarm.h Import changeset 2000-07-31 21:29:14 +02:00
my_base.h Boolean search passes _some_ tests 2001-10-09 14:53:54 +02:00
my_bitmap.h Force sockets to be blocking on HPUX 11.0 2001-02-07 23:27:19 +02:00
my_dir.h Import changeset 2000-07-31 21:29:14 +02:00
my_global.h Merge work:/home/bk/mysql-4.0 2001-10-10 18:22:14 +02:00
my_list.h Import changeset 2000-07-31 21:29:14 +02:00
my_net.h One should not only have to include my_net.h to work with sockets. 2001-10-09 03:35:29 +03:00
my_no_pthread.h Import changeset 2000-07-31 21:29:14 +02:00
my_nosys.h Import changeset 2000-07-31 21:29:14 +02:00
my_pthread.h Merge with 3.23.42 2001-09-13 09:52:35 +02:00
my_sys.h Don't do signal() on windows (Causes instability problems) 2001-10-17 19:39:39 +03:00
my_tree.h memory-limited tree 2001-07-02 21:18:57 +02:00
myisam.h Cleaned up SSL documentation 2001-10-02 05:53:00 +03:00
myisammrg.h Added support of INSERT to MERGE tables 2001-09-22 17:40:57 +03:00
myisampack.h Check that __FLOAT_WORD_ORDER is defined 2001-02-08 04:43:55 +02:00
mysql.h changed manager to use my_net_* 2001-10-12 09:37:25 -06:00
mysql_com.h One should not only have to include my_net.h to work with sockets. 2001-10-09 03:35:29 +03:00
mysql_embed.h Updated manual about embedded version. 2001-10-08 04:58:07 +03:00
mysql_version.h.in Changes for --with-server-suffix 2001-01-21 16:30:16 +02:00
mysqld_error.h Cleanup after last merge 2001-10-08 07:24:04 +03:00
mysys_err.h Added functions for symbolic link handling to make it possible to 2001-05-31 12:18:53 +03:00
nisam.h OS2 patch 2001-09-12 23:53:31 +03:00
queues.h Fixes for MERGE TABLES and HEAP tables 2000-09-14 02:39:07 +03:00
raid.h Ensure that libmysqlclient doesn't use raid 2001-09-04 01:25:34 +03:00
sslopt-case.h SSL compiles and works as far as can see. Continue testing.. 2001-09-30 10:46:20 +08:00
sslopt-longopts.h SSL compiles and works as far as can see. Continue testing.. 2001-09-30 10:46:20 +08:00
sslopt-usage.h SSL compiles and works as far as can see. Continue testing.. 2001-09-30 10:46:20 +08:00
sslopt-vars.h SSL compiles and works as far as can see. Continue testing.. 2001-09-30 10:46:20 +08:00
t_ctype.h Import changeset 2000-07-31 21:29:14 +02:00
thr_alarm.h Fixes for OS2. 2001-08-22 01:45:07 +03:00
thr_lock.h Upgrade TL_WRITE_CONCURRENT_INSERT to TL_WRITE_LOW_PRIORITY if 2001-07-18 23:34:04 +03:00
violite.h Fixes to get openssl code to compile 2001-09-30 05:47:34 +03:00