mariadb/include
unknown 4653621909 New multi-table-update code
New (simpler) internal timestamp handling.
More debuging to heap tables.
Small cleanups to multi-table-delete
false -> 0 and true -> 1  (We should use TRUE and FALSE)


heap/_check.c:
  Added checking of rows
heap/hp_delete.c:
  Extra debugging
heap/hp_scan.c:
  Extra debugging
heap/hp_update.c:
  Extra debugging
heap/hp_write.c:
  Extra debugging
include/my_base.h:
  Added option to disable row cache when using updates
isam/extra.c:
  Added option to disable row cache when using updates
myisam/mi_check.c:
  Comment cleanup
myisam/mi_extra.c:
  Added option to disable row cache when using updates
myisam/sort.c:
  Indentaion cleanups
myisammrg/myrg_extra.c:
  Added option to disable row cache when using updates
mysql-test/r/multi_update.result:
  Updated results
mysql-test/t/multi_update.test:
  Cleanup up to only use table names t1, t2,...
mysys/mf_iocache.c:
  Safety fix
sql/item_cmpfunc.cc:
  change true-> 1 and false -> 0
sql/mysql_priv.h:
  Cleaned up SQL_LIST handling
sql/sql_base.cc:
  Fixed grant checking if SELECT tablename.*
sql/sql_class.h:
  Cleaned up multi-table-update
sql/sql_delete.cc:
  Fixed OPTION_SAFE_UPDATE checking in multi-table-delete.
  Fixed query-cache invalidation in multi-table-delete
sql/sql_insert.cc:
  cleaned up timestamp handling
sql/sql_olap.cc:
  false -> 0
sql/sql_parse.cc:
  Optimized some list handling.
  Moved multi-table-update to sql_update.cc
sql/sql_select.cc:
  More comments
  Fixed create_tmp_table for multi-table-update
sql/sql_select.h:
  New prototypes
sql/sql_union.cc:
  false -> 0
  Cleaned up timestamp handling
sql/sql_update.cc:
  New multi-update-table code
sql/sql_yacc.yy:
  false -> 0, true -> 1
  Optimized some list handling
sql/table.h:
  Added union for temporary values.
  Made shared int to be able to store counters.
sql/uniques.cc:
  Indentation cleanup
2002-11-29 16:40:18 +02:00
..
.cvsignore Import changeset 2000-07-31 21:29:14 +02:00
config-os2.h Merge with 3.23.51 2002-07-25 22:46:28 +03:00
config-win.h Updated VC++ project files for 4.0.4 2002-09-24 17:11:59 +03:00
dbug.h Update copyright 2001-12-06 14:10:51 +02:00
errmsg.h Error code for ssl connection 2002-11-05 12:05:58 +04:00
ft_global.h Big code cleanup/review before 4.0.2 release. 2002-06-11 11:20:31 +03:00
hash.h merged from 3.23 to pull the LOAD DATA INFILE fix as rpl000001 was failing. 2002-03-01 19:36:46 -07:00
heap.h Added support of null keys in HEAP tables 2002-01-12 15:42:54 +02:00
m_ctype.h Modifications to MySQL source in order to make it compile on QnX. 2002-03-13 01:28:13 +02:00
m_string.h Fix after merge 2001-12-17 23:24:51 +02:00
Makefile.am Increased max possible max_allowed_packet to 1G 2002-09-19 17:49:41 +03:00
md5.h Update copyright 2001-12-06 14:10:51 +02:00
merge.h Update copyright 2001-12-06 14:10:51 +02:00
my_aes.h Made keyread (key scanning) a key specific attribute. 2002-06-19 00:22:30 +03:00
my_alarm.h Update copyright 2001-12-06 14:10:51 +02:00
my_alloc.h Small improvement to alloc_root 2002-11-16 20:19:10 +02:00
my_base.h New multi-table-update code 2002-11-29 16:40:18 +02:00
my_bitmap.h Merge with 3.23.47 2001-12-15 05:12:21 +02:00
my_dir.h Update copyright 2001-12-06 14:10:51 +02:00
my_getopt.h New SET syntax & system variables. 2002-07-23 18:31:22 +03:00
my_global.h Portability fixes for HP compiler and HPUX11 2002-11-09 13:26:46 +02:00
my_list.h Update copyright 2001-12-06 14:10:51 +02:00
my_net.h - replaced all occurences of HPUX with HPUX10 (to be prepared for eventual 2002-10-24 14:30:25 +02:00
my_no_pthread.h merge with 3.23.52 2002-08-12 04:04:43 +03:00
my_nosys.h Update copyright 2001-12-06 14:10:51 +02:00
my_pthread.h - replaced all occurences of HPUX with HPUX10 (to be prepared for eventual 2002-10-24 14:30:25 +02:00
my_semaphore.h Portability fixes for 4.0.3 build. 2002-08-17 18:02:56 +03:00
my_sys.h Increased max possible max_allowed_packet to 1G 2002-09-19 17:49:41 +03:00
my_tree.h Try to optimize the cache buffer size needed for bulk_insert 2002-11-20 22:56:57 +02:00
myisam.h Portability fixes for Fortre C++ 5.0 (on Sun) in 32 and 64 bit modes. 2002-11-07 03:54:00 +02:00
myisammrg.h New SET syntax & system variables. 2002-07-23 18:31:22 +03:00
myisampack.h include/mysisampack.h 2002-11-12 13:28:26 +01:00
mysql.h Changed relay_log_space to ulonglong 2002-08-23 15:14:01 +03:00
mysql_com.h Added nety_retry_count as a changeable variable 2002-08-08 20:49:06 +03:00
mysql_embed.h New SET syntax & system variables. 2002-07-23 18:31:22 +03:00
mysql_version.h.in Use our version of RWLOCKS on UNIXWARE 7 2002-08-21 22:04:22 +03:00
mysqld_error.h Use our version of RWLOCKS on UNIXWARE 7 2002-08-21 22:04:22 +03:00
mysys_err.h Added useful exit error code for programs using my_getopt in case 2002-05-29 15:07:30 +03:00
nisam.h Update copyright 2001-12-06 14:10:51 +02:00
queues.h Portability fixes for Fortre C++ 5.0 (on Sun) in 32 and 64 bit modes. 2002-11-07 03:54:00 +02:00
raid.h Lots of code fixes to the replication code (especially the binary logging and index log file handling) 2002-08-08 03:12:02 +03:00
rijndael.h Made keyread (key scanning) a key specific attribute. 2002-06-19 00:22:30 +03:00
sha1.h Made keyread (key scanning) a key specific attribute. 2002-06-19 00:22:30 +03:00
sslopt-case.h fixed so that --ssl and --skip-ssl works with the MySQL clients. 2002-09-17 23:46:53 +03:00
sslopt-longopts.h Update mysql-test results after merge 2002-09-18 02:21:29 +03:00
sslopt-vars.h Update copyright 2001-12-06 14:10:51 +02:00
t_ctype.h Update copyright 2001-12-06 14:10:51 +02:00
thr_alarm.h Removed mysql_ssl_clear() 2002-06-27 11:27:04 +03:00
thr_lock.h Update copyright 2001-12-06 14:10:51 +02:00
violite.h Error code for ssl connection 2002-11-05 12:05:58 +04:00