summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Portability fix for QNX 6.2unknown2002-08-021-0/+2
| | | | | include/my_global.h: Passed a bug in QNX 6.2 library that affected compiling.
* manual.texi tweaksunknown2002-08-011-5/+7
| | | | | Docs/manual.texi: tweaks
* manual.texi tweaksunknown2002-08-011-15/+15
| | | | | Docs/manual.texi: tweaks
* Merge paul@work.mysql.com:/home/bk/mysql-4.0unknown2002-08-011-46/+62
|\ | | | | | | | | | | | | into teton.kitebird.com:/home/paul/mysql-4.0
| * manual.texi fixups for mysqld_multi sectionunknown2002-08-011-46/+62
| | | | | | | | | | Docs/manual.texi: fixups for mysqld_multi section
* | Merge sinisa@work.mysql.com:/home/bk/mysql-4.0unknown2002-08-013-3/+4
|\ \ | |/ |/| | | | | | | | | into sinisa.nasamreza.org:/mnt/work/mysql-4.0
| * few small fixesunknown2002-08-013-3/+4
| | | | | | | | | | | | | | | | | | BitKeeper/etc/ignore: Added mysys/ste5KbMa to the ignore list include/my_semaphore.h: A small fix for BSDi sql/sql_update.cc: Just a proper error message
* | Clarified lower_case_table_names behaviour for 4.0.2unknown2002-08-011-4/+6
|/
* bk resolveunknown2002-07-314-14/+74
|\
| * A bug with tables with different ref_length's whose order isunknown2002-07-314-13/+72
| | | | | | | | | | | | | | changed in table initialization
* | Merge work:/home/bk/mysql-4.0unknown2002-07-311-0/+1
|\ \ | | | | | | | | | | | | | | | | | | | | | into sergbook.mysql.com:/usr/home/serg/Abk/mysql-4.0 Docs/manual.texi: Auto merged
| * | News updatedunknown2002-07-311-0/+1
| | |
* | | manual.texi clarify measurement of long_query_time.unknown2002-07-311-1/+4
|/ / | | | | | | | | Docs/manual.texi: clarify measurement of long_query_time.
* | revert sinisa's patch, because it does nothingunknown2002-07-311-5/+2
| |
* | Merge work:/home/bk/mysql-4.0unknown2002-07-311-1/+1
|\ \ | | | | | | | | | | | | | | | | | | into sergbook.mysql.com:/usr/home/serg/Abk/mysql-4.0
| * | fix for a nasty bag, that causes a memory corruption+crash on HUGE select ↵unknown2002-07-311-1/+1
| |/ | | | | | | distincts, as myisam temp table treats nulls as equal, it constantly returned 141 (duplicate key) error in create_myisam_from_heap
* | manual.texi There is no CREATE ... INSERT.unknown2002-07-301-3/+3
| | | | | | | | | | | | | | | | manual.texi Transactions comprise statements, not the other way around Docs/manual.texi: There is no CREATE ... INSERT.
* | Merge paul@work.mysql.com:/home/bk/mysql-4.0unknown2002-07-304-5/+8
|\ \ | | | | | | | | | | | | | | | | | | | | | into teton.kitebird.com:/home/paul/mysql-4.0 Docs/manual.texi: Auto merged
| * | A few DocBook fixups.unknown2002-07-302-2/+2
| |/ | | | | | | | | | | | | Docs/Support/docbook-fixup.pl: DocBook script fixup. Docs/manual.texi: Remove double space (texi2db does not like it).
| * mergeunknown2002-07-292-3/+6
| |\ | | | | | | | | | | | | | | | | | | sql/sql_olap.cc: Auto merged sql/sql_select.cc: Auto merged
| | * reverting a patchunknown2002-07-291-1/+1
| | | | | | | | | | | | | | | | | | sql/sql_delete.cc: reverting a bad patch ... I wonder how to fix this one ????
| | * lot's of small changesunknown2002-07-294-59/+62
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | mysql-test/r/olap.result: some small changes sql/sql_delete.cc: A dirty fix for wrong ref_length returned ... sql/sql_olap.cc: NULL instead of ALL sql/sql_select.cc: This seems like a better solution to me ... At least after this a DISTINCT crash bug happens much later.
* | | Merge paul@work.mysql.com:/home/bk/mysql-4.0unknown2002-07-296-11/+46
|\ \ \ | |/ / | | | | | | | | | | | | | | | | | | into teton.kitebird.com:/home/paul/mysql-4.0 Docs/manual.texi: Auto merged
| * | Merge mysql.com:/my/mysql-4.0 into mysql.com:/my/mysql-4.0-buildunknown2002-07-291-1/+1
| |\ \
| | * | - Do not add the "-max" suffix when building with Do-compile andunknown2002-07-291-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | InnoDB has been selected (InnoDB is now part of the normal binary, not the Max binary) Build-tools/Do-compile: - InnoDB is now part of the default binary, no need to add the -max suffix in this case
| * | | British spelling style fixups.unknown2002-07-291-8/+8
| | | |
| * | | change log entry about previous bugfix.unknown2002-07-281-0/+2
| | | |
| * | | fixed query cahe resize bugunknown2002-07-284-3/+36
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | mysql-test/r/query_cache.result: query cache resize bug test mysql-test/t/query_cache.test: query cache resize bug test sql/set_var.cc: typo fixed sql/sql_cache.cc: prevent of using very small (unusable) cache size, that cause problem in memory allocation system (query cache resize bug)
* | | | manual.texi fix a couple of index entriesunknown2002-07-271-2/+3
|/ / / | | | | | | | | | | | | Docs/manual.texi: fix a couple of index entries
* | | manual.texi couple of minor touchupsunknown2002-07-271-2/+2
| | | | | | | | | | | | | | | Docs/manual.texi: couple of minor touchups
* | | manual.texi point out just how powerful the Windows local anonymousunknown2002-07-271-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | manual.texi user really is. Docs/manual.texi: point out just how powerful the Windows local anonymous user really is.
* | | Merge work:/home/bk/mysql-4.0unknown2002-07-261-2/+4
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | into sergbook.mysql.com:/usr/home/serg/Abk/mysql-4.0
| * | | rec_buff should be initializedunknown2002-07-261-2/+4
| | | |
* | | | dyn0dyn.ic, dyn0dyn.h:unknown2002-07-262-8/+5
|/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix the crash on AIX in a simple insert innobase/include/dyn0dyn.h: Fix the crash on AIX in a simple insert innobase/include/dyn0dyn.ic: Fix the crash on AIX in a simple insert
* | | mi_repair* functions need a separate rec_buff :(unknown2002-07-261-3/+5
|/ /
* | Merge work:/home/bk/mysql-4.0unknown2002-07-268-46/+24
|\ \ | | | | | | | | | | | | | | | | | | into sergbook.mysql.com:/usr/home/serg/Abk/mysql-4.0
| * | MyISAM: always store alloced_rec_buff_length with the buffer itselfunknown2002-07-268-46/+24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | include/myisam.h: always store alloced_rec_buff_length with the buffer itself myisam/mi_check.c: always store alloced_rec_buff_length with the buffer itself myisam/mi_dynrec.c: always store alloced_rec_buff_length with the buffer itself myisam/mi_extra.c: always store alloced_rec_buff_length with the buffer itself myisam/mi_key.c: always store alloced_rec_buff_length with the buffer itself myisam/mi_open.c: always store alloced_rec_buff_length with the buffer itself myisam/mi_packrec.c: always store alloced_rec_buff_length with the buffer itself myisam/myisamdef.h: always store alloced_rec_buff_length with the buffer itself
* | | manual.texi an -> a. Sheesh.unknown2002-07-251-1/+1
|/ / | | | | | | | | Docs/manual.texi: an -> a. Sheesh.
* | Merge work:/home/bk/mysql-4.0unknown2002-07-251-14/+13
|\ \ | | | | | | | | | | | | | | | | | | into sergbook.mysql.com:/usr/home/serg/Abk/mysql-4.0
| * | MI_SORT_INFO and MI_SORT_PARAM massagingunknown2002-07-251-14/+13
| | |
* | | Merge lgrimmer@work.mysql.com:/home/bk/mysql-4.0unknown2002-07-251-1/+3
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | into mysql.com:/my/mysql-4.0
| * | | Added an "#ifdef _AIX" around the "#pragma #alloca" in include/my_sys.hunknown2002-07-251-1/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | since it is AIX specific only and compilers on other platforms issued warnings about it. include/my_sys.h: "#pragma alloca" is for IBM AIX only
* | | | manual.texi fix glitch in time value descriptionunknown2002-07-251-1/+1
|/ / / | | | | | | | | | | | | Docs/manual.texi: fix glitch in time value description
* | | Arjen's LN()/LOG()/LOG2() extensions into manual (with improvements).unknown2002-07-251-3/+56
| | |
* | | Added ROLLUP/CUBE to 4.1 todo list.unknown2002-07-251-0/+3
| | |
* | | Merge mysql.com:/home/pz/mysql/mysql-4.0-rootunknown2002-07-25169-3070/+5020
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | into mysql.com:/home/pz/mysql/mysql-4.0 Docs/manual.texi: Auto merged sql/item_func.cc: Auto merged sql/item_func.h: Auto merged sql/lex.h: Auto merged sql/sql_yacc.yy: Auto merged
| * \ \ Merge jcole@work.mysql.com:/home/bk/mysql-4.0unknown2002-07-253-3/+4
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | into mugatu.spaceapes.com:/home/jcole/bk/mysql-4.0
| | * | | Moved have_* to mysql_priv.h.unknown2002-07-253-3/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | mysql_priv.h: Added have_berkeley_db and have_innodb. ha_innodb.h: Removed have_innodb. ha_berkeley.h: Removed have_berkeley_db. sql/ha_berkeley.h: Removed have_berkeley_db. sql/ha_innodb.h: Removed have_innodb. sql/mysql_priv.h: Added have_berkeley_db and have_innodb.
| * | | | manual.texi fix typosunknown2002-07-241-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | Docs/manual.texi: fix typos
| * | | | manual.texi Clarify (?) INSERT ...VALUES(DEFAULT)unknown2002-07-241-4/+7
| | | | | | | | | | | | | | | | | | | | | | | | | Docs/manual.texi: Clarify (?) INSERT ...VALUES(DEFAULT)