summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* A fix for bug when comparing a datetime column with timestampunknown2002-10-304-0/+26
| | | | | | | values with BETWEEN clause
* Merge bk://work.mysql.com:7001unknown2002-10-292-1/+5
|\ | | | | | | | | | | | | into sinisa.nasamreza.org:/mnt/work/mysql-4.0
| * finally pushing what I could not due to BK problemsunknown2002-10-282-1/+5
| |
* | fixed "huge number of packed rows in MyISAM" bug in 4.0 treeunknown2002-10-281-1/+2
| |
* | merged using "ul"unknown2002-10-280-0/+0
|\ \
| * | fixed MyISAM crash on dynamic-row tables with huge number of to-be-packed fieldsunknown2002-10-282-1/+173
| | |
* | | fixing after automerge with 3.23unknown2002-10-261-38/+0
| | |
* | | sql_yacc.yy:unknown2002-10-261-12/+10
| |/ |/| | | | | | | | | | | | | cleanup sql/sql_yacc.yy: cleanup
* | Merge work:/home/bk/mysql-4.0unknown2002-10-2512-11/+159
|\ \ | | | | | | | | | | | | | | | | | | | | | into serg.mysql.com:/usr/home/serg/Abk/mysql-4.0 sql/mysqld.cc: Auto merged
| * \ mergedunknown2002-10-2512-11/+159
| |\ \ | | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | BitKeeper/etc/gone: auto-union BitKeeper/etc/logging_ok: auto-union BitKeeper/deleted/.del-skipkeys~53ffbfa7d2fa9fb: Delete: BitKeeper/etc/skipkeys BitKeeper/etc/skipkeys: Rename: BitKeeper/deleted/.del-skipkeys~f623848ba4db5c3 -> BitKeeper/etc/skipkeys Build-tools/Do-compile: Auto merged Docs/manual.texi: Auto merged innobase/pars/lexyy.c: Auto merged innobase/pars/pars0grm.c: Auto merged mysys/my_init.c: Auto merged scripts/mysqlhotcopy.sh: Auto merged sql/nt_servc.cc: Auto merged sql/nt_servc.h: Auto merged sql/sql_base.cc: Auto merged sql/sql_table.cc: Auto merged mysql-test/t/bdb-crash.test: Auto merged
| | * mergedunknown2002-10-250-0/+0
| | |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | BitKeeper/etc/gone: auto-union BitKeeper/etc/logging_ok: auto-union BitKeeper/deleted/.del-skipkeys~9d3403dbb31de075: 'Auto converge rename'
| | | * BK automatic LOD removal.unknown2002-10-253-97/+104
| | | | | | | | | | | | | | | | | | | | | | | | | | | | BitKeeper/etc/skipkeys: auto add BitKeeper/etc/logging_ok: Logging to logging@openlogging.org accepted
| | | * memory leak closedunknown2002-10-251-1/+2
| | | |
| | * | lexyy.c, pars0grm.c:unknown2002-10-252-3/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Include univ.i before any system headers to remove a large file compilation failure on AIX innobase/pars/pars0grm.c: Include univ.i before any system headers to remove a large file compilation failure on AIX innobase/pars/lexyy.c: Include univ.i before any system headers to remove a large file compilation failure on AIX
| | * | Merge lgrimmer@work.mysql.com:/home/bk/mysqlunknown2002-10-244-3/+16
| | |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | into mysql.com:/space/my/mysql-3.23
| | | * \ Merge work:/my/mysql-3.23 into hundin.mysql.fi:/my/mysql-3.23unknown2002-10-244-3/+16
| | | |\ \
| | | | * | Fixed problem with BDB tables and ALTER TABLEunknown2002-10-244-3/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Docs/manual.texi: ChangeLog mysql-test/t/bdb-crash.test: Don't run test if BDB is not configured sql/sql_base.cc: Added free on error
| | * | | | - Fix for Do-compile: Enable InnoDB to autoextend the table space ifunknown2002-10-231-1/+1
| | |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | necessary (required to actually pass the sql-bench without aborting with "table space full") Build-tools/Do-compile: - Enable InnoDB to autoextend the table space if necessary (required to actually pass the sql-bench without aborting with "table space full")
| | * | | - added "darwin" to the list of systems that are known to support theunknown2002-10-211-3/+3
| | |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | -p option for cp and the -r option for scp (thank to Paul DuBois for the patch) - fixed a typo
| | * | BK automatic LOD removal.unknown2002-10-203-97/+104
| | | | | | | | | | | | | | | | | | | | | | | | | | | | BitKeeper/etc/skipkeys: auto add BitKeeper/etc/logging_ok: Logging to logging@openlogging.org accepted
| | * | Merge work:/home/bk/mysql into hundin.mysql.fi:/my/bk/mysqlunknown2002-10-201-1/+1
| | |\ \ | | | | | | | | | | | | | | | | | | | | mysys/my_init.c: Auto merged
| | | * | Fixed usage of putenv() on windows (in not normally used code)unknown2002-10-201-1/+1
| | | | |
| | * | | - fixed typo in scripts/mysql_convert_table_format.shunknown2002-10-181-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | scripts/mysql_convert_table_format.sh: - fixed typo (spotted by Engin Gunduz)
| | * | | - fixed typo in mysqld.cc: "agaist" -> "against"unknown2002-10-171-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | sql/mysqld.cc: - fixed typo: "agaist" -> "against"
| | * | | Added optional NT service and fix the TZ variable bugunknown2002-10-164-34/+195
| | |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | mysys/my_init.c: Fix the TZ variable bug: 100% CPU usage sql/mysqld.cc: Added optional NT service sql/nt_servc.cc: Added optional NT service sql/nt_servc.h: Added optional NT service
* | | | Merge nleippe@work.mysql.com:/home/bk/mysql-4.0unknown2002-10-2414-24/+24
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | into mysql.com:/home/nick/mysql/repository/mysql-4.0
| * | | | - replaced all occurences of HPUX with HPUX10 (to be prepared for eventualunknown2002-10-2414-24/+24
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | differences in HPUX11) acconfig.h: - fixed typo configure.in: - replaced HPUX -> HPUX10 - added -DHPUX11 (not being used yet) to hpux11 workarounds include/my_global.h: - replaced HPUX -> HPUX10 include/my_net.h: - replaced HPUX -> HPUX10 include/my_pthread.h: - replaced HPUX -> HPUX10 libmysql/libmysql.c: - replaced HPUX -> HPUX10 mysys/my_append.c: - replaced HPUX -> HPUX10 mysys/my_copy.c: - replaced HPUX -> HPUX10 mysys/my_pthread.c: - replaced HPUX -> HPUX10 mysys/my_redel.c: - replaced HPUX -> HPUX10 mysys/thr_alarm.c: - replaced HPUX -> HPUX10 sql/mini_client.cc: - replaced HPUX -> HPUX10 sql/mysqld.cc: - replaced HPUX -> HPUX10 strings/do_ctype.c: - replaced HPUX -> HPUX10
* | | | fixed prev. commit (was commited in disabled state)unknown2002-10-241-1/+1
| | | |
* | | | added new syntax:unknown2002-10-241-0/+17
|/ / / | | | | | | | | | | | | | | | | | | | | | STOP|START SLAVE rather than SLAVE STOP|START, which is now deprecated and should be deleted in 4.1
* | | Merge work:/home/bk/mysql-4.0unknown2002-10-239-17/+148
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | into serg.mysql.com:/usr/home/serg/Abk/mysql-4.0
| * | | Do-compile fixes:unknown2002-10-231-2/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - fixed essential piece missing from last merge with 3.23 tree (InnoDB option) - Added "autoextend" parameter to InnoDB startup options to be able to pass the full sql-bench run without hitting an "table space full" error Build-tools/Do-compile: - fixed essential piece missing from last merge with 3.23 tree (InnoDB option) - Added "autoextend" parameter to InnoDB startup options to be able to pass the full sql-bench run without hitting an "table space full" error
| * | | Merge mysql.com:/home/nick/mysql/repository/mysql-4.0unknown2002-10-228-15/+139
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | into mysql.com:/home/nick/mysql/mysql-4.0 sql/item_func.cc: Auto merged
| | * | | Added Rand_log_eventunknown2002-10-227-5/+123
| | | | |
| | * | | Moved rand initialization from mysqld.cc to sql_class.cc:THD::THD()unknown2002-10-172-10/+16
| | | | |
* | | | | less restrictive test for max key length in mi_createunknown2002-10-231-1/+1
| | | | |
* | | | | truncate both MYI and MYD files on DELETE FROM table; to avoid warnings on ↵unknown2002-10-221-4/+5
|/ / / / | | | | | | | | | | | | | | | | | | | | | | | | CHECK TABLE myisam/mi_delete_all.c: truncate both MYI and MYD files to avoid warnings on CHECK TABLE
* | | | Merge abotchkov@work.mysql.com:/home/bk/mysql-4.0unknown2002-10-212-0/+2
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | into genie.(none):/home/hf/work/04 BitKeeper/etc/logging_ok: auto-union
| * | | | Embedded server bugfixunknown2002-10-212-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | libmysqld/lib_sql.cc: Necessary thd->scramble initialization added BitKeeper/etc/logging_ok: Logging to logging@openlogging.org accepted
* | | | | After bk -r check -ff (to be able to upgrade to bk 3.0)unknown2002-10-200-0/+0
| | | | |
* | | | | BK automatic LOD removal.unknown2002-10-203-1092/+1102
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | BitKeeper/etc/skipkeys: auto add BitKeeper/etc/logging_ok: Logging to logging@openlogging.org accepted
* | | | | Merge work:/home/bk/mysql-4.0 into hundin.mysql.fi:/my/bk/mysql-4.0unknown2002-10-201-2/+0
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Docs/manual.texi: Auto merged
| * | | | | Fixed Changelogunknown2002-10-201-2/+0
| | | | | |
* | | | | | ftb wasn't able to re-initialize index search (oops! in joins)unknown2002-10-191-1/+2
| | | | | |
* | | | | | Merge work:/home/bk/mysql-4.0unknown2002-10-184-25/+34
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | into serg.mysql.com:/usr/home/serg/Abk/mysql-4.0
| * | | | | some DBUG_ENTER/RETURN macro addedunknown2002-10-184-25/+34
| |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | safer GWS_PROB, avoid log(0) myisam/ft_nlq_search.c: some DBUG_ENTER/RETURN macro added myisam/ft_parser.c: some DBUG_ENTER/RETURN macro added myisam/ftdefs.h: safer GWS_PROB, avoid log(0). sql/item_func.cc: some DBUG_ENTER/RETURN macro added
* | | | | Small code improvement in multi-table updatesunknown2002-10-172-9/+11
| |/ / / |/| | |
* | | | Added notes about --set-variable being deprecated since MySQL 4.0unknown2002-10-171-7/+25
| | | |
* | | | Fixed three bugs in mysqlcheck and changed documentation for mysqld_multiunknown2002-10-172-11/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | client/mysqlcheck.c: Fixed three bugs in mysqlcheck: 1. mysqlcheck died with error Got error: 1103: Incorrect table name when executing 'REPAIR TABLE' 2. --auto-repair used together with --all-in-1 (-1) tried to fix next table in a row, independent whether the next table was OK or corrupted, in case an error was found from a previous table and the previous table remained unfixed. 3. --auto-repair didn't work at all when -1 option wasn't used; broken tables were not noticed at all. scripts/mysqld_multi.sh: Changed documentation
* | | | Added Change note about the fixed join parsing, allowing (removing) braces.unknown2002-10-171-0/+6
| | | |
* | | | Fix the 100% CPU usage with TZ variableunknown2002-10-161-0/+4
|/ / /