summaryrefslogtreecommitdiff
path: root/BitKeeper
Commit message (Collapse)AuthorAgeFilesLines
* Mergeunknown2000-10-071-3/+3
|\ | | | | | | | | | | | | | | | | | | | | configure.in: merged BitKeeper/etc/logging_ok: Auto merged sql/filesort.cc: merged sql/sql_select.cc: merged
| * Merge work:/home/bk/mysqlunknown2000-10-061-0/+1
| |\ | | | | | | | | | | | | | | | | | | | | | into mysql.sashanet.com:/home/sasha/src/bk/mysql BitKeeper/etc/logging_ok: Logging to logging@openlogging.org accepted
| * \ Merge work:/home/bk/mysql into donna.mysql.com:/home/my/bk/mysqlunknown2000-10-061-24/+1
| |\ \ | | |/ | |/| | | | | | | BitKeeper/etc/logging_ok: Logging to logging@openlogging.org accepted
| | * DISTINCT optimizationunknown2000-10-061-25/+1
| |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes when using column privileges Manual updates Docs/manual.texi: Comments from MySQL training + distinct optimization extra/my_print_defaults.c: Added --defaults-extra-file include/my_sys.h: Added --defaults-extra-file mysys/default.c: Added --defaults-extra-file sql/sql_acl.cc: Tables with only column privileges didn't show up in SHOW GRANTS or SHOW TABLES sql/sql_select.cc: DISTINCT optimization sql/sql_select.h: DISTINCT optimization BitKeeper/etc/logging_ok: Logging to logging@openlogging.org accepted
| * mergeunknown2000-10-041-2/+2
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | sql/mysql_priv.h: Auto merged sql/mysqld.cc: Auto merged sql/sql_base.cc: Auto merged sql/sql_class.cc: Auto merged sql/sql_class.h: Auto merged BitKeeper/etc/logging_ok: Auto merged Docs/manual.texi: Merge support-files/mysql.spec.sh: Merge
| | * Portability fixesunknown2000-10-041-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Docs/manual.texi: Updates in the links sections config.guess: Added fixes for Darwin config.sub: Added fixes for Darwin configure.in: Added fixes for Darwin extra/my_print_defaults.c: Fixed typo include/my_pthread.h: Added fixes for Darwin ltconfig: Portability fix myisam/mi_check.c: Make myisamchk more silent mysys/Makefile.am: Added mf_tempfile.c mysys/mf_cache.c: Remove not used parts mysys/mf_tempfile.c: Fix for Solaris sql/log.cc: Fix for Windows sql/sql_cache.cc: Fix for Darwin sql/sql_show.cc: Fix for temporary tables strings/strtol.c: Fix for Darwin support-files/mysql.spec.sh: Fix for documentation files that are installed compressed BitKeeper/etc/logging_ok: Logging to logging@openlogging.org accepted
| | * First part of automatic repair of MyISAM tables.unknown2000-10-031-24/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Error on full disk on repair. SIGHUP signal handling. Update with keys on timestamp Portability fixes Docs/manual.texi: Added documentation about automatic repair of MyISAM tables client/mysql.cc: Remove usage of tempnam. include/my_sys.h: Added create_temp_file include/myisam.h: Fix for disk full on repair myisam/mi_check.c: Fix for disk full on repair myisam/sort.c: Fix for disk full on repair & removed usage of tempnam() mysys/mf_cache.c: Remove usage of tempnam() mysys/mf_dirname.c: Changed convert_dirname to return end 0 mysys/my_fopen.c: Security fixes mysys/my_tempnam.c: remove blanks readline/bind.c: Portability fixes readline/complete.c: Portability fixes readline/histexpand.c: Portability fixes readline/input.c: Portability fixes readline/search.c: Portability fixes readline/shell.c: Portability fixes readline/terminal.c: Portability fixes readline/tilde.c: Portability fixes readline/undo.c: Portability fixes regex/cname.h: Portability fixes regex/debug.c: Portability fixes regex/main.c: Portability fixes regex/regcomp.c: Portability fixes regex/regerror.c: Portability fixes sql/filesort.cc: Remove dummy code sql/ha_myisam.cc: Automatic repair of MyISAM tables sql/ha_myisam.h: Automatic repair of MyISAM tables sql/handler.cc: Automatic repair of MyISAM tables sql/handler.h: Automatic repair of MyISAM tables sql/key.cc: Fix for UPDATE with key on timestamp column sql/mysql_priv.h: Automatic repair of MyISAM tables sql/mysqld.cc: Automatic repair of MyISAM tables & signal SIGHUP handling sql/sql_base.cc: Automatic repair of MyISAM tables sql/sql_class.cc: Automatic repair of MyISAM tables sql/sql_class.h: Fix for insert with reference to columns sql/sql_insert.cc: Fix for insert with reference to columns sql/table.cc: Automatic repair of MyISAM tables BitKeeper/etc/logging_ok: Logging to logging@openlogging.org accepted
* | | configure.in Add check for pdftexunknown2000-10-041-0/+1
|/ / | | | | | | | | | | | | | | | | | | | | | | Docs/Makefile.am Do not compile manual.pdf if pdftex not present BitKeeper/etc/logging_ok: Logging to logging@openlogging.org accepted Docs/Makefile.am: Do not compile manual.pdf if pdftex not present configure.in: Add check for pdftex
* | Handle compressed man/info docs. Thanks to GOMEZ Henri <hgomez@slib.fr>unknown2000-09-291-0/+1
|/ | | | | | | | for the patch. BitKeeper/etc/logging_ok: Logging to logging@openlogging.org accepted
* made additions and some changes to index hitsunknown2000-09-271-0/+1
| | | | | BitKeeper/etc/logging_ok: Logging to logging@openlogging.org accepted
* Merge jcole@work.mysql.com:/home/bk/mysqlunknown2000-09-251-3/+3
|\ | | | | | | | | | | | | | | | | | | into tetra.spaceapes.com:/usr/home/jcole/bk/mysql BitKeeper/etc/logging_ok: Auto merged Docs/manual.texi: Auto merged
| * merge nohup niceness changesunknown2000-09-231-1/+2
| |\ | | | | | | | | | | | | | | | | | | | | | | | | configure.in: Auto merged BitKeeper/etc/logging_ok: Auto merged scripts/safe_mysqld.sh: merge nohup_niceness changes
| | * logging_ok Logging to logging@openlogging.org acceptedunknown2000-09-121-0/+1
| | | | | | | | | | | | | | | BitKeeper/etc/logging_ok: Logging to logging@openlogging.org accepted
* | | Merge jcole@work.mysql.com:/home/bk/mysqlunknown2000-09-221-0/+2
|\ \ \ | |/ / |/| | | | | | | | | | | | | | | | | | | | | | | into main.burghcom.com:/usr/home/nusphere/bk/mysql Docs/manual.texi: Auto merged BitKeeper/etc/logging_ok: Logging to logging@openlogging.org accepted
| * | testing from NuSphereunknown2000-09-201-0/+1
|/ / | | | | | | | | | | | | Docs/manual.texi: Changed a Unix to UNIX.. testing bk from NuSphere BitKeeper/etc/logging_ok: Logging to logging@openlogging.org accepted
* | fixed logging_ok so everyone doesn't have to hit the OK button again ;Punknown2000-09-191-1/+19
| | | | | | | | | | BitKeeper/etc/logging_ok: fixed after matt removed all of us ;)
* | work to create nusphere.pdf automagically.unknown2000-09-191-0/+1
| | | | | | | | | | | | | | | | | | | | | | Docs/Makefile.am: removed print-manual.pdf added nusphere.pdf Docs/manual.texi: cleaned up the header a bit added conditionals for nusphere.pdf BitKeeper/etc/logging_ok: Logging to logging@openlogging.org accepted
* | Merge work:/home/bk/mysqlunknown2000-09-181-0/+1
|\ \ | | | | | | | | | | | | | | | | | | | | | into mysql.sashanet.com:/home/sasha/src/bk/mysql BitKeeper/etc/logging_ok: Logging to logging@openlogging.org accepted
* | | manual.texi Hyper-linked mailing list address.unknown2000-09-171-20/+1
|/ / | | | | | | | | | | | | | | | | | | logging_ok Logging to logging@openlogging.org accepted BitKeeper/etc/logging_ok: Logging to logging@openlogging.org accepted Docs/manual.texi: Hyper-linked mailing list address.
* | Merge paul@work.mysql.com:/home/bk/mysqlunknown2000-09-081-0/+19
|\ \ | |/ | | | | | | | | | | | | | | | | into central.snake.net:/usr/users/paul/mysql BitKeeper/etc/logging_ok: Auto merged Docs/manual.texi: Auto merged
| * manual.texi:unknown2000-09-051-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | Latest grammatical and spelling corrections. Amended/corrected install instructions. Docs/manual.texi: Latest grammatical and spelling corrections. Amended/corrected install instructions. BitKeeper/etc/logging_ok: Logging to logging@openlogging.org accepted
* | logging_ok Logging to logging@openlogging.org acceptedunknown2000-09-081-18/+1
|/ | | | | BitKeeper/etc/logging_ok: Logging to logging@openlogging.org accepted
* Fixed up serg's ft manual.unknown2000-08-291-0/+1
| | | | | | | | Docs/manual.texi: Fixed up serg's full-text searching manual. Other miscellaneous changes. BitKeeper/etc/logging_ok: Logging to logging@openlogging.org accepted
* Language Corrections.unknown2000-08-191-0/+1
| | | | | | | Docs/manual.texi: Catching up on language corrections. BitKeeper/etc/logging_ok: Logging to logging@openlogging.org accepted
* Mergeunknown2000-08-181-0/+1
|\ | | | | | | | | | | | | | | | | | | | | myisammrg/Makefile.am: Auto merged support-files/Makefile.am: Auto merged sql/ha_myisam.cc: Merge against serg's changes BitKeeper/etc/logging_ok: Logging to logging@openlogging.org accepted
| * Fix "dosen't" for someone who mailed us. :)unknown2000-08-161-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Docs/manual.texi: Fix "dosen't" dbug/monty.doc: Fix "dosen't" isam/isamchk.c: Fix "dosen't" libmysql/libmysql.c: Fix "dosen't" sql-bench/server-cfg.sh: Fix "dosen't" sql/sql_base.cc: Fix "dosen't" sql/sql_test.cc: Fix "dosen't" BitKeeper/etc/logging_ok: Logging to logging@openlogging.org accepted
| * bookkeepingunknown2000-08-151-0/+1
| |\ | | | | | | | | | | | | | | | | | | | | | | | | sql/sql_parse.cc: Auto merged sql/mysqld.cc: another bookkeeping commit during merge BitKeeper/etc/logging_ok: Logging to logging@openlogging.org accepted
* | \ Mergeunknown2000-08-151-10/+10
|\ \ \ | |/ / | | | | | | | | | BitKeeper/etc/logging_ok: Auto merged
| * | Fixed for Ia64 + delayed key creation + a lot of small bug fixesunknown2000-08-151-14/+1
| |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Docs/Makefile.am: Removed typo Docs/internals.texi: Added documentation about filesort Docs/manual.texi: Lots of changes, including information about the password in the mysql.user table config.h.in: ***MISSING WEAVE*** heap/hp_rnext.c: Fix of reading of read-next include/config-win.h: Fix for Ia64 include/global.h: Fix for Ia64 include/my_base.h: Fix for Ia64 include/myisam.h: New repair options isam/_dynrec.c: Typo fixes isam/_search.c: Fix for Ia64 merge/rrnd.c: Fix of ORDER BY for MERGE tables myisam/ft_eval.c: Fix for Ia64 myisam/ft_parser.c: Fix for Ia64 myisam/ft_static.c: Portability fixes myisam/mi_check.c: Fix for Ia64 + delay key creation myisam/mi_locking.c: Portability fixes myisam/myisamdef.h: Fixes for automatic table repair myisam/myisampack.c: Version number increment myisammrg/myrg_rrnd.c: Fix of ORDER BY for mymerge tables mysql.proj: Updated mysys/charset.c: Fix for Ia64 mysys/mf_casecnv.c: Fix for Ia64 mysys/mf_pack.c: Fix for Ia64 mysys/mf_path.c: Fix for Ia64 mysys/mf_wfile.c: Fix for Ia64 mysys/my_alloc.c: Fix for Ia64 mysys/my_lib.c: Fix for Ia64 mysys/my_lread.c: Fix for Ia64 mysys/my_lwrite.c: Fix for Ia64 mysys/my_winthread.c: Fix for Ia64 mysys/string.c: Fix for Ia64 mysys/thr_alarm.c: Fix for Ia64 mysys/thr_rwlock.c: Fix of scheduler bug for systems without rw_locks regex/regcomp.c: Fix for Ia64 regex/regex.h: Fix for Ia64 regex/regex2.h: Fix for Ia64 scripts/mysqlhotcopy.sh: Explicit version number (because of bitkeeper) sql-bench/bench-init.pl.sh: New help message sql-bench/server-cfg.sh: Updates for postgreSQL 7.0 sql/ChangeLog: Changelog sql/field.cc: Fix of datetime function handling sql/filesort.cc: More comments sql/gen_lex_hash.cc: More options sql/ha_berkeley.cc: Fix for part key reading sql/ha_berkeley.h: Indentation sql/ha_myisam.cc: Fix for delayed key creation sql/ha_myisam.h: Fix for delayed key creation sql/handler.h: Fix for delayed key creation sql/item_func.cc: Fix of crash when using constant expression with UDF functions in WHERE sql/item_timefunc.cc: Fix of datetime function handling sql/mini_client.cc: Portability fix sql/mysql_priv.h: Optimization of select initialization sql/mysqld.cc: Portability fixes, thread cache and min argument for connect_timeout sql/sql_load.cc: Delayed key handling sql/sql_parse.cc: Portability fixes and select initialization optimization sql/sql_select.cc: Small optimization + more comments sql/sql_table.cc: Fix default value adding to blob with alter table + delayed index creation sql/sql_yacc.yy: Optimized select initialization sql/structs.h: Fix for part key read strings/ctype-sjis.c: Fix for Ia64 strings/ctype-tis620.c: Fix for Ia64 strings/t_ctype.h: bk fix support-files/mysql.spec.sh: Added comment vio/viotest-ssl.cc: bk fix vio/viotest-sslconnect.cc: bk fix vio/viotest.cc: bk fix BitKeeper/etc/logging_ok: Logging to logging@openlogging.org accepted
* | logging_ok Logging to logging@openlogging.org acceptedunknown2000-08-151-0/+1
|/ | | | | BitKeeper/etc/logging_ok: Logging to logging@openlogging.org accepted
* Small change to manual, testing BitKeeperunknown2000-08-101-0/+1
| | | | | | | Docs/manual.texi: Corrected node description from "alpha" to "beta" BitKeeper/etc/logging_ok: Logging to logging@openlogging.org accepted
* fixed logging okunknown2000-08-021-0/+12
| | | | | BitKeeper/etc/logging_ok: fixed logging_ok again
* Fix typos that gcc allowed but other compilers choke on.unknown2000-08-021-3/+1
| | | | | | | | | | sql/ha_berkeley.h: - fix pack_key formal parameter name: key -> key_ptr - remove redundant (incorrect?) ha_berkeley:: from in front of position, create and delete_table members BitKeeper/etc/logging_ok: Logging to logging@openlogging.org accepted
* Mergeunknown2000-08-021-0/+1
| | | | | BitKeeper/etc/logging_ok: Logging to logging@openlogging.org accepted
* notify BitKeeper file /home/bk/mysql/BitKeeper/etc/notifyunknown2000-08-021-0/+1
|
* Merge work:/home/bk/mysqlunknown2000-07-311-0/+2
|\ | | | | | | | | | | | | | | | | | | into mysql.sashanet.com:/home/sasha/src/bk/mysql BitKeeper/deleted/.del-logging_ok: ***MISSING WEAVE*** BitKeeper/etc/logging_ok: Auto merged
| * logging_ok BitKeeper file /home/bk/mysql/BitKeeper/etc/logging_okunknown2000-08-011-0/+1
|/
* Initial repository createunknown2000-07-311-0/+69