summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* mergeunknown2000-10-1131-146/+348
|\ | | | | | | | | | | | | mysys/charset.c: Auto merged BitKeeper/etc/logging_ok: Auto merged
| * Fix typounknown2000-10-112-2/+2
| | | | | | | | | | BitKeeper/etc/logging_ok: Logging to logging@openlogging.org accepted
| * Merge narttu:/my/mysql into tik.mysql.com:/home/my/mysqlunknown2000-10-118-22/+37
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Docs/manual.texi: Auto merged BitKeeper/etc/logging_ok: Auto merged mysys/my_init.c: Auto merged sql/sql_table.cc: Auto merged
| | * Portability fixesunknown2000-10-119-24/+38
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Docs/manual.texi: Update for Access 2000 extra/perror.c: Added --silent include/my_pthread.h: Patch for windows scripts/safe_mysqld.sh: Fix of bug in --patch sql/sql_lex.cc: Allow numbers of type 1e1 sql/sql_string.h: Safety fix sql/sql_table.cc: Portability fix BitKeeper/etc/logging_ok: Logging to logging@openlogging.org accepted
| * | Automatic repair of MyISAM tables + portability fixesunknown2000-10-1127-167/+356
| |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Docs/manual.texi: Changes for 3.23 and change Ansi mode -> ANSI mode include/my_base.h: Automatic repair of MyISAM tables include/myisam.h: Automatic repair of MyISAM tables myisam/ft_update.c: Portability fix myisam/mi_check.c: Automatic repair of MyISAM tables myisam/mi_open.c: Automatic repair of MyISAM tables myisam/myisamchk.c: Allow one to combine check with --old-repair myisam/sort.c: Fix for usage of IO_CACHE mysys/charset.c: Portability fixes mysys/default.c: Added --defaults-extra-dir mysys/mf_tempfile.c: Portability fixes mysys/my_init.c: Remove compiler warning mysys/my_pread.c: Remove compiler warning sql-bench/server-cfg.sh: New benchmark tests sql-bench/test-insert.sh: New benchmark tests sql/ha_myisam.cc: Automatic repair of MyISAM tables sql/ha_myisam.h: Automatic repair of MyISAM tables sql/handler.h: Automatic repair of MyISAM tables sql/lock.cc: Add missing free sql/log_event.cc: Portability fixes sql/sql_base.cc: Automatic repair of MyISAM tables sql/sql_select.h: Remove compiler warning sql/sql_table.cc: Clean up intendent sql/sql_yacc.yy: New syntax for CHECK sql/table.cc: Automatic repair of MyISAM tables sql/table.h: Automatic repair of MyISAM tables BitKeeper/etc/logging_ok: Logging to logging@openlogging.org accepted
* | manual.texi fixed typounknown2000-10-101-1/+1
| | | | | | | | | | Docs/manual.texi: fixed typo
* | Mergeunknown2000-10-101-138/+138
|\ \
| * | edited index entries for hard copy of manualunknown2000-10-091-138/+138
| | |
* | | sel000001.result BitKeeper file ↵unknown2000-10-104-0/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | /d1/users/mwagner/work/bk/mysql/mysql-test/r/3.23/sel000001.result sel000002.result BitKeeper file /d1/users/mwagner/work/bk/mysql/mysql-test/r/3.23/sel000002.result .del-select-key.test Delete: mysql-test/t/3.23/select-key.test .del-simple-select.test Delete: mysql-test/t/3.23/simple-select.test sel000001.test BitKeeper file /d1/users/mwagner/work/bk/mysql/mysql-test/t/3.23/sel000001.test sel000002.test BitKeeper file /d1/users/mwagner/work/bk/mysql/mysql-test/t/3.23/sel000002.test BitKeeper/deleted/.del-select-key.test: ***MISSING WEAVE*** BitKeeper/deleted/.del-simple-select.test: ***MISSING WEAVE***
* | | run.test mysql-test -> mysqltestunknown2000-10-106-57/+887
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | run-all-tests mysql-test -> mysqltest README mysql-test -> mysqltest Makefile.am Retargetted mysql-test to mysqltest. .del-mysql-test.c Delete: client/mysql-test.c mysql-test-run Added program definitions. mysqltest.c BitKeeper file /home/mwagner/work/bk/mysql/client/mysqltest.c mysql-test/mysql-test-run: Added program definitions. BitKeeper/deleted/.del-mysql-test.c: ***MISSING WEAVE*** client/Makefile.am: Retargetted mysql-test to mysqltest. repl-tests/README: mysql-test -> mysqltest repl-tests/run-all-tests: mysql-test -> mysqltest repl-tests/test-repl-ts/run.test: mysql-test -> mysqltest
* | | Added README file with instructions.unknown2000-10-090-0/+0
| | | | | | | | | | | | | | | mysql-test/README: ***MISSING WEAVE***
* | | fixed parsing bug in mysql-testunknown2000-10-091-3/+5
|/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | mysql-test-run now works, althought the output needs beautification add two *real* test cases that everyone can run - yahoo! we are moving! mysql-test/t/3.23/select-key.test: ***MISSING WEAVE*** mysql-test/t/3.23/simple-select.test: ***MISSING WEAVE*** mysql-test/std_data/select-key.master: ***MISSING WEAVE*** mysql-test/std_data/simple-select.master: ***MISSING WEAVE*** client/mysql-test.c: ***MISSING WEAVE*** mysql-test/mysql-test-run: "fixed" subsitution error - one still needs to do something real to make it pretty
* | merged to sync with Sergei's versionunknown2000-10-092-12/+30
|\ \
| * | fixed up the newly check in test suite, although it still is not fully ↵unknown2000-10-093-20/+30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | functional undid hack to work around missin opt_ft.* mysql-test/mybin/mysql-test_install_db: got it to the point where mysqld starts on my system mysql-test/mysql-test-run: fixed some syntax errors sql/sql_select.cc: undid my hack to make it compile, since opt_ft.* is now in bk
* | | Merge mwagner@work:/home/bk/mysqlunknown2000-10-092-0/+0
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | into evoq.home.mwagner.org:/home/mwagner/work/bk/mysql
| * | | README BitKeeper file /home/mwagner/work/bk/mysql/mysql-test/r/3.22/READMEunknown2000-10-092-0/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | README BitKeeper file /home/mwagner/work/bk/mysql/mysql-test/r/3.23/README README BitKeeper file /home/mwagner/work/bk/mysql/mysql-test/share/README README BitKeeper file /home/mwagner/work/bk/mysql/mysql-test/std_data/README README BitKeeper file /home/mwagner/work/bk/mysql/mysql-test/t/3.22/README README BitKeeper file /home/mwagner/work/bk/mysql/mysql-test/t/3.23/README README BitKeeper file /home/mwagner/work/bk/mysql/mysql-test/var/lib/README README BitKeeper file /home/mwagner/work/bk/mysql/mysql-test/var/log/README README BitKeeper file /home/mwagner/work/bk/mysql/mysql-test/var/run/README README BitKeeper file /home/mwagner/work/bk/mysql/mysql-test/var/tmp/README mysql-test/r/3.22/README: ***MISSING WEAVE*** mysql-test/share/README: ***MISSING WEAVE*** mysql-test/std_data/README: ***MISSING WEAVE*** mysql-test/t/3.22/README: ***MISSING WEAVE*** mysql-test/var/lib/README: ***MISSING WEAVE*** mysql-test/var/log/README: ***MISSING WEAVE*** mysql-test/var/run/README: ***MISSING WEAVE*** mysql-test/var/tmp/README: ***MISSING WEAVE***
* | | | Mergeunknown2000-10-093-5/+14
|\ \ \ \
| * \ \ \ Merge work:/home/bk/mysqlunknown2000-10-093-5/+14
| |\ \ \ \ | | |_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | into threads.polyesthetic.msg:/usr/local/src/my/work
| | * | | Show charsets dir in error message, instead of just "path: default".unknown2000-10-093-5/+14
| | |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | include/my_sys.h: make get_charsets_dir a public function libmysql/libmysql.c: show charsets dir instead of the string "default" in error message mysys/charset.c: make get_charsets_dir a public function
* | | | Mergeunknown2000-10-091-15/+7
|\ \ \ \ | |/ / / |/| | |
| * | | sql_select.cc Coredump in FULLTEXT code fixedunknown2000-10-091-15/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | sql_select.cc sasha's workaround removed sql/sql_select.cc: Coredump in FULLTEXT code fixed
* | | | fix NuSphere bug that generated bad HTMLunknown2000-10-091-1/+1
| |/ / |/| | | | | | | | | | | | | | Docs/manual.texi: moved @cindex uptime to the right place, so that texi2html does actually generate an achor for it
* | | manual.texi Reworked propaganda in Contact information section.unknown2000-10-091-4/+8
| | | | | | | | | | | | | | | Docs/manual.texi: Reworked propaganda in Contact information section.
* | | manual.texi Reactivated some mirrors.unknown2000-10-091-5/+5
|/ / | | | | | | | | Docs/manual.texi: Reactivated some mirrors.
* | Mergeunknown2000-10-092-0/+85
|\ \
| * | Oops - forgot to add files to bkunknown2000-10-092-0/+85
| | | | | | | | | | | | | | | | | | | | | sql/opt_ft.cc: Change mode to -rw-rw-r-- sql/opt_ft.h: Change mode to -rw-rw-r--
* | | Merge work:/home/bk/mysqlunknown2000-10-087-21/+124
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | into mysql.sashanet.com:/home/sasha/src/bk/mysql Docs/manual.texi: Auto merged
| * | | Docs/manual.texiunknown2000-10-087-21/+124
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | replication updates sql/opt_range.h fixed compiler warning sql/slave.cc fixed handling of long usernames fixed insert_id + query log event processing atomicity in the case of slave death fix edcharset coversion to not be global to all threads sql/sql_class.h fix to make insert_id event and the subsequent query event be still processed atomically if slave dies in the middle sql/sql_select.cc temp fix to make it compile repl-tests/test-auto-inc/run.test@1.1 New BitKeeper file ``repl-tests/test-auto-inc/run.test'' repl-tests/test-auto-inc/x.master@1.1 New BitKeeper file ``repl-tests/test-auto-inc/x.master'' Docs/manual.texi: replication updates sql/opt_range.h: fixed compiler warning sql/slave.cc: fixed handling of long usernames fixed insert_id + query log event processing atomicity in the case of slave death fix edcharset coversion to not be global to all threads sql/sql_class.h: fix to make insert_id event and the subsequent query event be still processed atomically if slave dies in the middle sql/sql_select.cc: temp fix to make it compile
* | | Merge jcole@work.mysql.com:/home/bk/mysqlunknown2000-10-081-1/+1
|\ \ \ | |/ / |/| | | | | | | | | | | | | | | | | into tetra.spaceapes.com:/usr/home/jcole/bk/mysql Docs/manual.texi: Auto merged
| * | Changed even page heading on NuSphere manual.unknown2000-10-081-1/+1
| | | | | | | | | | | | | | | Docs/manual.texi: Changed evenheading on NuSphere manual.
* | | Mergeunknown2000-10-0765-927/+1988
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | configure.in: merged BitKeeper/etc/logging_ok: Auto merged sql/filesort.cc: merged sql/sql_select.cc: merged
| * \ \ Merge work:/home/bk/mysqlunknown2000-10-062-0/+20
| |\ \ \ | | |_|/ | |/| | | | | | | | | | | | | | | | | | | | | | into mysql.sashanet.com:/home/sasha/src/bk/mysql BitKeeper/etc/logging_ok: Logging to logging@openlogging.org accepted
| | * | sql/log.ccunknown2000-10-061-0/+19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | set character set is not being logged sql/log.cc: set character set is not being logged
| * | | Merge work:/home/bk/mysql into donna.mysql.com:/home/my/bk/mysqlunknown2000-10-068-124/+277
| |\ \ \ | | |/ / | |/| | | | | | | | | | BitKeeper/etc/logging_ok: Logging to logging@openlogging.org accepted
| | * | DISTINCT optimizationunknown2000-10-068-125/+277
| | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
| * | sql/log.ccunknown2000-10-0511-15/+175
| |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added magic number to binlog sql/log_event.cc distinquish bogus data from truncated logs sql/log_event.h added magic number added LOG_READ_TRUNC error sql/mysqlbinlog.cc fixed to handle magic number added O_BINARY to my_fopen sql/mysqld.cc added code for replicate-rewrite-db sql/slave.cc replicate-rewrite-db O_BINARY handle magic sql/sql_class.h added i_string_pair class sql/sql_repl.cc added magic better error messages support-files/magic added magic for binlog Added test case for replication of queries with error sql/log.cc: Added magic number to binlog sql/log_event.cc: distinquish bogus data from truncated logs sql/log_event.h: added magic number added LOG_READ_TRUNC error sql/mysqlbinlog.cc: fixed to handle magic number added O_BINARY to my_fopen sql/mysqld.cc: added code for replicate-rewrite-db sql/slave.cc: replicate-rewrite-db O_BINARY handle magic sql/sql_class.h: added i_string_pair class sql/sql_repl.cc: added magic better error messages support-files/magic: added magic for binlog
| * Fixed bug in how FAST and CHANGED workedunknown2000-10-052-17/+30
| | | | | | | | | | Docs/manual.texi: Removed bugs from manual; Updated CHECK TABLE
| * Merge work:/home/bk/mysql into donna.mysql.com:/home/my/bk/mysqlunknown2000-10-0553-449/+848
| |\ | | | | | | | | | | | | Docs/manual.texi: Auto merged
| | * Small fixesunknown2000-10-055-3/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | configure.in: Fix for mkstemp libmysql/Makefile.shared: Fix for mkstemp myisam/mi_open.c: Added more debug info mysys/mf_tempfile.c: Fixed type sql/sql_repl.cc: Added missing header file
| | * mergeunknown2000-10-0450-449/+818
| | |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-0417-68/+263
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-0338-419/+570
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
| * | | ltmain.sh Don't add -lc to deplibs under FreeBSDunknown2000-10-041-0/+3
| | | | | | | | | | | | | | | | | | | | ltmain.sh: Don't add -lc to deplibs under FreeBSD
| * | | mergeunknown2000-10-042-131/+382
| |\ \ \
| | * | | index hits added. oh so painful.unknown2000-10-042-133/+376
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Docs/manual.texi: index hits added. BitKeeper/etc/logging_ok: ***MISSING TEXT***
| * | | | Adde NuSphere editor's changes to pages 201-240 of manual.texi.unknown2000-10-041-252/+293
| | |/ / | |/| | | | | | | | | | | | | | Docs/manual.texi: Adde NuSphere editor's changes to pages 201-240.
* | | | ORDER BY works with FULLTEXT keysunknown2000-10-075-19/+24
| | | |
* | | | configure.in Add check for pdftexunknown2000-10-043-1/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* | | | sql_table.cc key length limit check disabled for FULLTEXTunknown2000-10-042-17/+18
|/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | ft_parser.c Nasty buffer overflow fixed myisam/ft_parser.c: Nasty buffer overflow fixed sql/sql_table.cc: key length limit check disabled for FULLTEXT
* | | manual.texi @uref'ed some order.mysql.com URLs that I caught.unknown2000-10-041-2/+2
| | | | | | | | | | | | | | | Docs/manual.texi: @uref'ed some order.mysql.com URLs that I caught.