mariadb/myisam
unknown de5d47c35d Fixed some varnings from valgrind
Set min value of max_allowed_packet to 1024
Fixed problem with UNION's without braces and SQL_CALC_FOUND_ROWS, LIMIT #,#
and ORDER BY...LIMIT


include/m_string.h:
  Added memcpy_overlap() to avoid warnings when using valgrind on memcpy(A,A,...)
myisam/mi_create.c:
  Fixed comment
myisam/mi_search.c:
  Fix warning from valgrind
myisam/mi_write.c:
  Indentation fix
mysql-test/mysql-test-run.sh:
  Add options handled by general skip- option
mysql-test/r/packet.result:
  Update results after change to mysqld (min max_allowed_packet length is now 1024)
mysql-test/r/union.result:
  Added testing of UNION with SQL_CALC_FOUND_ROWS
mysql-test/t/packet.test:
  Update results after change to mysqld (min max_allowed_packet length is now 1024)
mysql-test/t/union.test:
  Added testing of UNION with SQL_CALC_FOUND_ROWS
sql/field.cc:
  Fix to remove waarning from valgrind
sql/ha_innodb.cc:
  Remove wrong include file
sql/item_cmpfunc.cc:
  Safety fix to handle EOM conditions in IN
sql/item_sum.cc:
  Fixed prototype for update_field() (argument was alwys 0)
sql/item_sum.h:
  Fixed prototype for update_field() (argument was alwys 0)
sql/item_uniq.h:
  Fixed prototype for update_field() (argument was alwys 0)
sql/log.cc:
  Indentation fix
sql/mysqld.cc:
  Set min value of max_allowed_packet to 1024 (to avoid it getting set to 0)
sql/net_serv.cc:
  Indentation changes + trivial optimization
sql/sql_select.cc:
  Fixed prototype for update_field() (argument was alwys 0)
sql/sql_union.cc:
  Fixed problem with UNION's without braces and
  - SQL_CALC_FOUND_ROWS
  - LIMIT #,#
  - ORDER BY ... LIMIT
2003-08-20 16:25:44 +03:00
..
.cvsignore Import changeset 2000-07-31 21:29:14 +02:00
ChangeLog New thr_alarm struct for better integration with OS2 2000-11-28 04:47:47 +02:00
ft_boolean_search.c bug #942. docid == ftb->lastpos in join on looping over nested table 2003-07-31 13:45:35 +02:00
ft_dump.c snprintf compatibility fix 2003-08-12 15:28:36 +02:00
ft_eval.c Big code cleanup/review before 4.0.2 release. 2002-06-11 11:20:31 +03:00
ft_eval.h Update copyright 2001-12-06 14:10:51 +02:00
ft_nlq_search.c FT-NL bugfix - ignore words that appear more than in 2mio rows to avoid tree overflow. 2003-08-19 20:53:45 +02:00
ft_parser.c some DBUG_ENTER/RETURN macro added 2002-10-18 14:53:46 +00:00
ft_static.c --ft_stopword_file command-line option 2003-01-23 13:20:37 +01:00
ft_stem.c Update copyright 2001-12-06 14:10:51 +02:00
ft_stopwords.c remove warnings 2003-01-27 17:52:55 +01:00
ft_test1.c Big code cleanup/review before 4.0.2 release. 2002-06-11 11:20:31 +03:00
ft_test1.h Update copyright 2001-12-06 14:10:51 +02:00
ft_update.c Big code cleanup/review before 4.0.2 release. 2002-06-11 11:20:31 +03:00
ftdefs.h some DBUG_ENTER/RETURN macro added 2002-10-18 14:53:46 +00:00
fulltext.h ft_* variables added 2001-04-17 21:30:02 +02:00
make-ccc Import changeset 2000-07-31 21:29:14 +02:00
Makefile.am - Applied required modifications for automake 1.5 2002-11-17 16:45:21 +01:00
mi_cache.c enadling out-of-cache reads for shared IO_CACHE 2003-01-26 14:20:43 +01:00
mi_changed.c Update copyright 2001-12-06 14:10:51 +02:00
mi_check.c Review of changesets since last pull. 2003-08-07 20:16:37 +03:00
mi_checksum.c Update copyright 2001-12-06 14:10:51 +02:00
mi_close.c parallel repair needs rec_buff local for thread !!! 2002-07-14 21:47:46 +02:00
mi_create.c Fixed some varnings from valgrind 2003-08-20 16:25:44 +03:00
mi_dbug.c Update copyright 2001-12-06 14:10:51 +02:00
mi_delete.c Update copyright 2001-12-06 14:10:51 +02:00
mi_delete_all.c truncate both MYI and MYD files on DELETE FROM table; to avoid warnings on CHECK TABLE 2002-10-22 15:16:16 +00:00
mi_delete_table.c Update copyright 2001-12-06 14:10:51 +02:00
mi_dynrec.c Safety fix to enable RAID in max binaries 2003-05-13 10:54:07 +03:00
mi_extra.c Fixed bug in ALTER TABLE ... DISABLE/ENABLE KEYS 2003-07-08 23:58:04 +03:00
mi_info.c Fixed memory allocation in Unique to not allocate too much memory 2003-06-26 07:56:55 +03:00
mi_key.c Fixed memory overrun when doing REPAIR on table with multi-part auto_increment key where one part was a packed CHAR 2003-07-18 04:04:24 +03:00
mi_locking.c Fix for #712 with Serg's suggestions 2003-07-19 18:17:29 +05:00
mi_log.c Update copyright 2001-12-06 14:10:51 +02:00
mi_open.c reverting Monty's "fix" that turned a warning into an error. 2003-06-16 19:07:48 +02:00
mi_packrec.c MyISAM was erroneously using max_ref_length when estimating min_pack_length. 2003-08-12 15:30:20 +02:00
mi_page.c Small improvement to alloc_root 2002-11-16 20:19:10 +02:00
mi_panic.c Update copyright 2001-12-06 14:10:51 +02:00
mi_range.c Fixed problem when comparing a key for a multi-byte-character set. (bug 152) 2003-04-27 22:12:08 +03:00
mi_rename.c Update copyright 2001-12-06 14:10:51 +02:00
mi_rfirst.c Update copyright 2001-12-06 14:10:51 +02:00
mi_rkey.c Fix reference to not initialized memory 2003-04-30 10:15:09 +03:00
mi_rlast.c Update copyright 2001-12-06 14:10:51 +02:00
mi_rnext.c Cleaned up SSL documentation 2001-10-02 05:53:00 +03:00
mi_rnext_same.c post-merge fix 2002-12-04 10:47:51 +01:00
mi_rprev.c Cleaned up SSL documentation 2001-10-02 05:53:00 +03:00
mi_rrnd.c Update copyright 2001-12-06 14:10:51 +02:00
mi_rsame.c Update copyright 2001-12-06 14:10:51 +02:00
mi_rsamepos.c Update copyright 2001-12-06 14:10:51 +02:00
mi_scan.c Update copyright 2001-12-06 14:10:51 +02:00
mi_search.c Fixed some varnings from valgrind 2003-08-20 16:25:44 +03:00
mi_static.c Big code cleanup/review before 4.0.2 release. 2002-06-11 11:20:31 +03:00
mi_statrec.c Ensure that share->tot_locks s updated correctly 2002-06-17 12:34:19 +03:00
mi_test1.c A lot of portability fixes. 2003-01-05 20:18:49 +02:00
mi_test2.c Fixed problem when comparing a key for a multi-byte-character set. (bug 152) 2003-04-27 22:12:08 +03:00
mi_test3.c Fixes for Netware 2003-01-28 08:38:28 +02:00
mi_test_all.res Cleaned up SSL documentation 2001-10-02 05:53:00 +03:00
mi_test_all.sh Cleaned up SSL documentation 2001-10-02 05:53:00 +03:00
mi_unique.c Merge with 3.23 2003-01-16 20:47:46 +02:00
mi_update.c Fixed timing problem with rpl000001 replication test. 2002-08-18 16:04:26 +03:00
mi_write.c Fixed some varnings from valgrind 2003-08-20 16:25:44 +03:00
myisamchk.c Fix mutex handling in SHOW_VARIABLES (key_buffer_size was not properly protected) 2003-08-17 14:10:15 +03:00
myisamdef.h Fix for #712 with Serg's suggestions 2003-07-19 18:17:29 +05:00
myisamlog.c New SET syntax & system variables. 2002-07-23 18:31:22 +03:00
myisampack.c Small fixes in mysql and myisampack 2002-10-04 17:18:41 +03:00
NEWS Import changeset 2000-07-31 21:29:14 +02:00
sort.c Fix to remove compiler warnings 2003-04-28 19:05:57 +03:00
test_pack Import changeset 2000-07-31 21:29:14 +02:00
TODO Import changeset 2000-07-31 21:29:14 +02:00