summaryrefslogtreecommitdiff
path: root/Docs
Commit message (Collapse)AuthorAgeFilesLines
* Fixed mysqldumpslow for new dump format.unknown2002-03-121-2/+4
| | | | | | | | | | | | | | | | | | | | | | | Fix for HEAP tables with many rows deleted. Add '' arround database names in SHOW GRANT Docs/manual.texi: Fixed symlink examples. heap/hp_rfirst.c: Remove not needed patch. mysql-test/r/heap.result: Added test case for HEAP + many deletes mysql-test/t/heap.test: Added test case for HEAP + many deletes mysys/mf_loadpath.c: Resolve path's even if they don't end in '/' scripts/mysqldumpslow.sh: Fix for new dump format. sql/handler.cc: Fix for HEAP tables with many rows deleted. sql/sql_acl.cc: Add '' arround database names in SHOW GRANT
* Processed docs@ feedback about typos in manual.unknown2002-03-081-7/+7
|
* norway.eps, norway.gif, turkey.eps, turkey.gif:unknown2002-03-076-329/+560
| | | | | | | | | | | | | | | | | | | | | | Update mirrors.texi: Add new mirrors manual.texi: Remove link to mxODBC Docs/manual.texi: Remove link to mxODBC Docs/mirrors.texi: Add new mirrors Docs/Flags/turkey.gif: Update Docs/Flags/turkey.eps: Update Docs/Flags/norway.gif: Update Docs/Flags/norway.eps: Update
* Merge work:/home/bk/mysql-4.0 into hundin.mysql.fi:/my/bk/mysql-4.0unknown2002-03-071-13/+74
|\ | | | | | | | | Docs/manual.texi: Auto merged
| * mergeunknown2002-03-061-13/+74
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | BitKeeper/etc/logging_ok: auto-union Build-tools/Do-all-build-steps: Auto merged Build-tools/Do-compile: Auto merged Build-tools/Do-rpm: Auto merged Docs/manual.texi: Auto merged include/hash.h: Auto merged include/my_sys.h: Auto merged innobase/dict/dict0dict.c: Auto merged mysql-test/mysql-test-run.sh: Auto merged mysys/array.c: Auto merged mysys/hash.c: Auto merged mysys/mf_qsort.c: Auto merged sql/sql_base.cc: Auto merged sql/sql_select.cc: Auto merged sql/table.cc: Auto merged strings/Makefile.am: Auto merged support-files/mysql.spec.sh: Auto merged
| | * mergeunknown2002-03-061-0/+2
| | |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | configure.in: Auto merged Docs/manual.texi: Auto merged libmysql/libmysql.c: Auto merged
| | | * Fix for --enable-local-infileunknown2002-03-061-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Docs/manual.texi: Changelog acinclude.m4: Cleanup --help output libmysql/libmysql.c: Fix for reading option groups in client
| | * | mergeunknown2002-03-063-1/+110
| | |\ \ | | | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | BitKeeper/etc/logging_ok: auto-union Build-tools/Do-all-build-steps: Auto merged Build-tools/Do-compile: Auto merged Build-tools/Do-rpm: Auto merged Docs/manual.texi: Auto merged include/hash.h: Auto merged include/my_sys.h: Auto merged innobase/dict/dict0dict.c: Auto merged libmysql/libmysql.c: Auto merged mysql-test/t/type_date.test: Auto merged mysys/array.c: Auto merged mysys/hash.c: Auto merged mysys/mf_qsort.c: Auto merged scripts/mysqld_safe.sh: Auto merged scripts/mysqlhotcopy.sh: Auto merged sql/item_timefunc.h: Auto merged sql/sql_base.cc: Auto merged sql/sql_yacc.yy: Auto merged sql/table.cc: Auto merged sql-bench/server-cfg.sh: Auto merged strings/Makefile.am: Auto merged
| | | * Fixed bug in DATE_FORMAT when used with GROUP BYunknown2002-03-061-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Build-tools/Do-compile: Fixed typo Docs/manual.texi: Changelog mysql-test/r/type_date.result: Added test of bug in DATE_FORMAT mysql-test/t/type_date.test: Added test of bug in DATE_FORMAT scripts/mysqlhotcopy.sh: Fix for RAID files sql/table.cc: Fixed typo in last patch
| | | * Corrected fix for not freed memory when using corrupted tablesunknown2002-03-051-0/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Docs/manual.texi: Changelog configure.in: Version change sql/sql_base.cc: Correct fix for not freed memory when using corrupted tables sql/table.cc: Correct fix for not freed memory when using corrupted tables
| | * | Use portable comments in assembler filesunknown2002-03-051-4/+20
| | | | | | | | | | | | | | | | | | | | Docs/manual.texi: Updated autoconf information
| | * | mergeunknown2002-03-021-9/+41
| | |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | sql/sql_acl.cc: Auto merged Docs/manual.texi: Merge sql/sql_select.cc: Merge
| | | * | Fix sorting of NULL values (Should always be first)unknown2002-03-021-5/+31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix problem with HAVING and MAX() IS NOT NULL Docs/manual.texi: Changelog & NULL usage with ORDER BY client/mysqldump.c: Cleanup disable keys mysql-test/r/distinct.result: Fix results after ORDER BY with NULL fix mysql-test/r/group_by.result: Fix results after ORDER BY with NULL fix mysql-test/r/having.result: Testcase for bug with HAVING mysql-test/t/distinct.test: Test for DISTINCT + ORDER BY DESC bug mysql-test/t/having.test: Test of HAVING and MAX IS NOT NULL sql/filesort.cc: Fix sorting of NULL values (Should always be first) sql/item.h: Fix problem with HAVING and MAX() IS NOT NULL sql/item_sum.h: Fix problem with HAVING and MAX() IS NOT NULL sql/opt_range.cc: Fix problem with HAVING and MAX() IS NOT NULL sql/opt_range.h: Fix sorting of NULL values sql/sql_select.cc: Fix sorting of ORDER BY ... DESC on NULL values.
| | | * | Merge hundin:/my/mysql-4.0 into tik.mysql.fi:/home/my/mysql-4.0unknown2002-02-191-4/+10
| | | |\ \ | | | | | | | | | | | | | | | | | | | | | | | | Docs/manual.texi: Auto merged
| | | | * | Fix to work with old ISAM privilege tables + ssl support.unknown2002-02-181-4/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Docs/manual.texi: Small change to binary install
* | | | | | manual.texi Document when --xml was added to mysql/mysqldump.unknown2002-03-061-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Docs/manual.texi: Document when --xml was added to mysql/mysqldump.
* | | | | | Merge paul@work.mysql.com:/home/bk/mysql-4.0unknown2002-03-061-30/+60
|\ \ \ \ \ \ | |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | into teton.kitebird.com:/home/paul/mysql-4.0 Docs/manual.texi: Auto merged
| * | | | | Merge work:/home/bk/mysql-4.0unknown2002-03-051-6/+34
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | into mysql.sashanet.com:/reiser-data/mysql-4.0 Docs/manual.texi: Auto merged
| | * | | | | replication documentation updateunknown2002-03-051-6/+34
| | | | | | |
| * | | | | | Merge arjen@work.mysql.com:/home/bk/mysql-4.0unknown2002-03-051-24/+26
| |\ \ \ \ \ \ | | |/ / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | into co3064164-a.bitbike.com:/home/arjen/mysql-4.0 Docs/manual.texi: Auto merged
| | * | | | | Fixup of some titles (length and caps).unknown2002-03-051-24/+26
| | | | | | |
* | | | | | | Merge paul@work.mysql.com:/home/bk/mysql-4.0unknown2002-03-044-2/+102
|\ \ \ \ \ \ \ | |/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | into teton.kitebird.com:/home/paul/mysql-4.0 Docs/manual.texi: Auto merged
| * | | | | | Additional minor patch for indexterms inside para handlingunknown2002-03-041-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Docs/Support/docbook-fixup.pl: Altered regex to catch all indexterms - not just role='cp|fn'
| * | | | | | merged from 3.23 to pull the LOAD DATA INFILE fix as rpl000001 was failing.unknown2002-03-013-1/+99
| |\ \ \ \ \ \ | | |_|/ / / / | |/| | | | / | | | |_|_|/ | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Let's hope this did not break anything. Will not push this one until Monty gets back BitKeeper/etc/logging_ok: auto-union Build-tools/Do-all-build-steps: Auto merged Build-tools/Do-compile: Auto merged Build-tools/Do-rpm: Auto merged Docs/manual.texi: Auto merged include/hash.h: Auto merged include/my_sys.h: Auto merged innobase/dict/dict0dict.c: Auto merged mysys/array.c: Auto merged mysys/hash.c: Auto merged mysys/mf_qsort.c: Auto merged sql/sql_base.cc: Auto merged sql/table.cc: Auto merged strings/Makefile.am: Auto merged client/mysql.cc: merged from 3.23 configure.in: merged from 3.23 mysql-test/mysql-test-run.sh: merged from 3.23 sql/mysqld.cc: merged from 3.23 support-files/mysql.spec.sh: merged from 3.23
| | * | | | Merge work:/home/bk/mysql into mysql.sashanet.com:/reiser-data/mysqlunknown2002-02-232-4/+79
| | |\ \ \ \
| | | * | | | updated glibc build instructionsunknown2002-02-232-4/+79
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Docs/linuxthreads.txt: u
| | * | | | | wording changedunknown2002-02-201-1/+1
| | | | | | |
| | * | | | | memory leak with broken tables fixedunknown2002-02-201-1/+9
| | |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | Docs/manual.texi: news updated
| | * | | | updates for the new buildunknown2002-02-151-0/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | configure.in: support for static nss on Linux when compiling --with-other-libc mysql-test/mysql-test-run.sh: --user-test option
| * | | | | Merge work:/home/bk/mysql-4.0unknown2002-03-019-185/+582
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | into serg.mysql.com:/usr/home/serg/Abk/mysql-4.0 Docs/manual.texi: Auto merged sql/sql_select.cc: Auto merged
| * \ \ \ \ \ Merge work:/home/bk/mysql-4.0unknown2002-02-261-0/+2
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | into serg.mysql.com:/usr/home/serg/Abk/mysql-4.0 Docs/manual.texi: Auto merged
| | * | | | | | ft_boolean_search - minor simplificationunknown2002-02-261-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | manual: News updated Docs/manual.texi: News updated myisam/ft_boolean_search.c: algorithm (somewhat) simplified
* | | | | | | | Merge paul@work.mysql.com:/home/bk/mysql-4.0unknown2002-02-2811-188/+57153
|\ \ \ \ \ \ \ \ | | |_|/ / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | into teton.kitebird.com:/home/paul/mysql-4.0 Docs/manual.texi: Auto merged
| * | | | | | | mirrors.texi:unknown2002-02-284-0/+363
| | |_|_|/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update costarica.txt, costarica.gif, costarica.eps: new file Docs/mirrors.texi: Update
| * | | | | | InnoDB stable notice (from 3.23.49).unknown2002-02-281-3/+2
| | | | | | |
| * | | | | | Final set of changes for the docbook patching scripts for the MySQL unknown2002-02-272-1/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | reference manual for O'Reilly. Docs/Support/docbook-split: Give the output directory a more sensible, and automatically generated, name. Docs/Support/make-docbook: Patch shell script to include patching the colspec tags and splitting the manual into it's components.
| * | | | | | colspec-fix.pl:unknown2002-02-271-0/+50
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Script that takes the relative values in the colspec tags and converts them to absolute values.
| * | | | | | Nice, relaxing Perl munging. :) Have another change to put into this unknown2002-02-272-182/+163
| |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | changeset - afaik, I can edit changesets with bk. So, rather than wait, I will commit this now, finish up the other code, try to alter the changeset and then push all the changes up. Docs/Support/docbook-fixup.pl: Rewrote to use a more native Perl style. Increase strictness of error checking. Simplified and optimized regular expressions. Fixed several problems with conversion. Still have some minor issues to sort out. Rewrote to accept input from stdin or from filename arg(s) on the command line. Improved speed ~6x. Docs/Support/docbook-split: Rewrote to use a more native Perl style. Increase strictness of error checking. Simplified and optimized. Rewrote to accept input from stdin or from filename arg(s) on the command line.
| * | | | | manual.de.texi:unknown2002-02-231-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Experiment Docs/manual.de.texi: Experiment
| * | | | | manual.de.texi:unknown2002-02-232-10/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | @uref fix-ups include.de.texi: new file Docs/manual.de.texi: @uref fix-ups
| * | | | | manual.de.texi:unknown2002-02-231-0/+56550
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | new file
| * | | | | Various fixups to correct DocBook output of manual.unknown2002-02-222-11/+22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Docs/Support/docbook-fixup.pl: Added new regex for XREFs, to have them in correct English-grammar. Minor fixup to removed node catcher from earlier change. Docs/manual.texi: Fixup of Texinfo @ref/@xref/@pxref usage in appropriate locations.
| * | | | | Added MySQLfront to list of progs, for fairness; until all others are in the ↵unknown2002-02-221-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | portals too.
* | | | | | Merge paul@work.mysql.com:/home/bk/mysql-4.0unknown2002-02-215-835/+1323
|\ \ \ \ \ \ | |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | into teton.kitebird.com:/home/paul/mysql-4.0 Docs/manual.texi: Auto merged
| * | | | | Windows shutdown procedure further clarified, added NT workaround.unknown2002-02-201-6/+14
| |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed typo.
| * | | | Clarify Windows service shutdown behaviour.unknown2002-02-191-0/+12
| | | | |
| * | | | VACUUM fixup in PostgreSQL info.unknown2002-02-181-10/+10
| | | | |
| * | | | Fixed typo.unknown2002-02-181-3/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added update about PostgreSQL 7.2 and VACUUM.
| * | | | Added "well-formed" XML checker script.unknown2002-02-181-0/+67
| | | | |
| * | | | Added DocBook chapter split script.unknown2002-02-181-0/+96
| | | | |