summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Update reserved words (from 4.1)unknown2002-10-081-88/+97
|
* Sync with 3.23 changelog.unknown2002-10-081-0/+2
|
* Syncing with 4.1 docs.unknown2002-10-081-4/+7
|
* fixed query cache with system databaseunknown2002-10-083-5/+41
| | | | | | | | | | | | | FN_NO_CASE_SENCE used instead of __WIN__ in table name handling of quary cache mysql-test/r/query_cache.result: query cache with system database test mysql-test/t/query_cache.test: query cache with system database test sql/sql_cache.cc: fixed query cache with system database FN_NO_CASE_SENCE used instead of __WIN__
* manual.texi Document IO_THREAD and SQL_THREAD for SLAVE START/STOP.unknown2002-10-071-2/+8
| | | | | Docs/manual.texi: Document IO_THREAD and SQL_THREAD for SLAVE START/STOP.
* small fix from bugs@.. listunknown2002-10-071-0/+1
| | | | | mysql-test/Makefile.am: small fix based on user's input ..
* Merge sinisa@work.mysql.com:/home/bk/mysql-4.0unknown2002-10-071-1/+1
|\ | | | | | | | | | | | | into sinisa.nasamreza.org:/mnt/work/mysql-4.0
| * a fix for the typo in the last pushunknown2002-10-071-1/+1
| |
* | Merge work.mysql.com:/home/bk/mysql-4.0unknown2002-10-072-6/+16
|\ \ | |/ |/| | | | | | | | | | | into work.mysql.com:/d1/users/mwagner/work/bk/mysql-4.0 Docs/manual.texi: Auto merged
| * manual.texi Added docs about how to clone public 4.1 repositoryunknown2002-10-072-6/+16
| | | | | | | | | | | | | | Docs/manual.texi: Added docs about how to clone public 4.1 repository BitKeeper/etc/logging_ok: Logging to logging@openlogging.org accepted
* | manual.texi Change --full to --all for mysqldump references.unknown2002-10-061-2/+2
| | | | | | | | | | Docs/manual.texi: Change --full to --all for mysqldump references.
* | manual.texi UPDATE description mentioned ORDER BY, but it wasunknown2002-10-061-0/+1
| | | | | | | | | | | | | | | | | | manual.texi missing from the syntax diagram. Docs/manual.texi: UPDATE description mentioned ORDER BY, but it was missing from the syntax diagram.
* | manual.texi minor change note cleanups.unknown2002-10-051-5/+5
| | | | | | | | | | Docs/manual.texi: minor change note cleanups.
* | a small fix for some shellsunknown2002-10-052-2/+4
|/
* Small fixes in mysql and myisampackunknown2002-10-042-5/+6
| | | | | | | client/mysql.cc: Made i-am-a-dummy option to be identical with safe-updates. myisam/myisampack.c: Fixed a typo.
* fixed typo: s/ft_max_word_len_sort/ft_max_word_len_for_sort/unknown2002-10-031-3/+3
|
* Clarify wildcards in dbname of GRANT command.unknown2002-10-031-3/+12
|
* Update for Visual Studio Projects Filesunknown2002-10-0210-40/+197
| | | | | | | | | | | | | | | | | | | | | | | VC++Files/client/mysqlclient.dsp: Updated the sources files: < net.c >net_serv.cpp VC++Files/innobase/innobase.dsp: Added configuration for to compile all the dependencies options for the other projects. VC++Files/libmysql/libmysql.dsp: Modified the xcopy command for to avoid an error for waiting the confirmation of the copy VC++Files/myisampack/myisampack.dsp: Updated source location VC++Files/mysql.dsw: Added project files: the embedded static library; my_print_defaults; comp_err VC++Files/mysqldemb/mysqldemb.dsp: Updated flags VC++Files/mysqlserver/mysqlserver.dsp: Updated flags VC++Files/pack_isam/pack_isam.dsp: Updated source location VC++Files/sql/mysqld.dsp: Added UDF and updated flags BitKeeper/etc/logging_ok: Logging to logging@openlogging.org accepted
* manual.texi:unknown2002-10-021-2/+2
| | | | | | | | InnoDB does allow a foreign key constraint name to be specified Docs/manual.texi: InnoDB does allow a foreign key constraint name to be specified
* manual.texi:unknown2002-10-021-1/+1
| | | | | | | | InnoDB does allow a foreign key constraint name to be specified, though it is not used in any way Docs/manual.texi: InnoDB does allow a foreign key constraint name to be specified, though it is not used in any way
* Merge paul@work.mysql.com:/home/bk/mysql-4.0unknown2002-10-021-4/+4
|\ | | | | | | | | | | | | | | into teton.kitebird.com:/home/paul/mysql-4.0 Docs/manual.texi: Auto merged
| * manual.texi behavior -> behaviourunknown2002-10-021-4/+4
| | | | | | | | | | Docs/manual.texi: behavior -> behaviour
* | mergeunknown2002-10-022-3/+8
|\ \ | | | | | | | | | | | | configure.in: Auto merged
| * | Fix for building shared libraries with a patched glibcunknown2002-10-023-13/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Don't require UPDATE_ACL for REPLACE Docs/manual.texi: Changelog configure.in: Fix for building shared libraries with a patched glibc sql/sql_parse.cc: Don't require UPDATE_ACL for REPLACE
* | | - small modification to scripts/make_binary_distribution.sh (add theunknown2002-10-021-3/+6
| |/ |/| | | | | | | | | | | | | | | | | | | | | | | up-to-date BK changelog instead of sql/ChangeLog, add LICENSE if available) scripts/make_binary_distribution.sh: - Don't include sql/ChangeLog in the binary distribution (it's not updated anymore since we've moved to BK) - Include the BK ChangeLog from top level directory instead, if it exists - also add the LICENSE file to the binary distribution, if it exists (required for the non-GPL builds)
* | manual.texi Fix a few agreement problems.unknown2002-10-011-8/+8
| | | | | | | | | | Docs/manual.texi: Fix a few agreement problems.
* | - Tagged ChangeSet 1.1321 as mysql-4.0.4unknown2002-10-012-13/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - added some missing changelog entries to the 4.0.5 changelog - applied small fix to configure.in from monty (already applied manually to configure.in of the 4.0.4 release source files - not relevant for normal builds anyway) Docs/manual.texi: - added missing changelog entries - added the 4.0.4 release date configure.in: - bumped up version number to 4.0.5-beta, now that the 4.0.4 builds are done - applied fix from Monty to be able to build shared libraries even when the the static NSS libraries are installed. This patch has already been applied to the released 4.0.4 sources to work around a local build problem, but has not been checked in yet.
* | Fixed a bug in mysql client.unknown2002-09-301-1/+1
| | | | | | | | | | | | | | client/mysql.cc: Fixed an accidently changed option (--ignore-space) back to the original one --ignore-spaces in mysql client. Both syntaxes will work.
* | manual.texi:unknown2002-09-301-6/+593
|/ | | | | | | | Clarified FOREIGN KEY syntax, added a note that CREATE TABLE causes an InnoDB commit if binlogging is used, added InnoDB version history Docs/manual.texi: Clarified FOREIGN KEY syntax, added a note that CREATE TABLE causes an InnoDB commit if binlogging is used, added InnoDB version history
* Merge work:/home/bk/mysql-4.0 into hundin.mysql.fi:/my/bk/mysql-4.0unknown2002-09-303-8/+34
|\ | | | | | | | | Docs/manual.texi: Auto merged
| * Revert change to use ha_rows for number of rows as other code depend of thisunknown2002-09-303-8/+34
| | | | | | | | | | Docs/manual.texi: Changelog
* | manual.texi undo bad query cache mod.unknown2002-09-291-1/+1
|/ | | | | Docs/manual.texi: undo bad query cache mod.
* Merge paul@work.mysql.com:/home/bk/mysql-4.0unknown2002-09-2710-230/+15
|\ | | | | | | | | | | | | | | into teton.kitebird.com:/home/paul/mysql-4.0 Docs/manual.texi: Auto merged
| * - renamed gtar->tar in Build-tools/mysql-copyright, since it is moreunknown2002-09-272-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | common, especially on our main build systems - cosmetical fix in mysql.spec Build-tools/mysql-copyright: - rename gtar -> tar (more common on most systems) support-files/mysql.spec.sh: - fix non ASCII accent and replace it with something that does not mess my syntax highlighting :)
| * Merge work:/home/bk/mysql-4.0 into hundin.mysql.fi:/my/bk/mysql-4.0unknown2002-09-271-1/+1
| |\
| | * - Fix checking for $orbit_config_path in acinclude.m4 (gave an errorunknown2002-09-271-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | message on STDOUT on AIX and assigned the wrong value) acinclude.m4: - better checking for $orbit_config_path (thanks to Melvyn Sopacua for the patch)
| * | Merge hundin.mysql.fi:/my/mysql-3.23unknown2002-09-272-1/+3
| |\ \ | | |/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | into hundin.mysql.fi:/my/bk/mysql-4.0 configure.in: Auto merged BitKeeper/deleted/.del-global.h~e80d28157acfdcb5: Auto merged Docs/manual.texi: Auto merged client/mysqlbinlog.cc: Auto merged sql/mysqld.cc: Auto merged
| | * Don't reset Delayed_insert_threads on FLUSH STATUSunknown2002-09-272-1/+3
| | | | | | | | | | | | | | | Docs/manual.texi: changelog
| | * - backported gcc 3.0 linking fix from 4.0unknown2002-09-244-28/+54
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - some cosmetical fixups (typos, comments) client/mysqlbinlog.cc: - fix for gcc 3.0 configure.in: - fix for gcc 3.0 - some cosmetic modifications (typos, comments) include/global.h: - fix for gcc 3.0 - some cosmetical fixes (typos, comments) sql/mysqld.cc: - fix for gcc 3.0
| * | Merge work:/home/bk/mysql-4.0 into hundin.mysql.fi:/my/bk/mysql-4.0unknown2002-09-274-6/+7
| |\ \
| | * | Fix some ORDER BY ... DESC problems with InnoDBunknown2002-09-274-6/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | sql/ha_heap.h: Move HA_NOT_READ_PREFIX_LAST to index_flags() sql/ha_isammrg.h: Move HA_NOT_READ_PREFIX_LAST to index_flags() sql/handler.h: Added comment sql/sql_select.cc: Test HA_NOT_READ_PREFIX_LAST from index_flags() instead of table_flags(). Should fix some ORDER BY ... DESC problems with InnoDB
| * | | manual.texi:unknown2002-09-271-58/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove 'web clients' contrib section Docs/manual.texi: Remove 'web clients' contrib section
| * | | Merge tfr@work.mysql.com:/home/bk/mysql-4.0unknown2002-09-272-161/+1
| |\ \ \ | | |/ / | |/| | | | | | | | | | | | | | | | | | | | | | into beta.frontier86.ee:/stuff/bk/mysql-4.0 Docs/manual.texi: Auto merged
| | * | manual.texi:unknown2002-09-272-161/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Clean out 'Graphical clients' section of the contributed software section Docs/manual.texi: Clean out 'Graphical clients' section of the contributed software section BitKeeper/etc/logging_ok: Logging to logging@openlogging.org accepted
* | | | manual.texi HEAP does allow indexes on NULL columns as of 4.0.2.unknown2002-09-271-1/+2
| | | | | | | | | | | | | | | | | | | | Docs/manual.texi: HEAP does allow indexes on NULL columns as of 4.0.2.
* | | | Merge paul@work.mysql.com:/home/bk/mysql-4.0unknown2002-09-261-5/+1
|\ \ \ \ | |/ / / | | | | | | | | | | | | | | | | | | | | into teton.kitebird.com:/home/paul/mysql-4.0
| * | | ha_innodb.h:unknown2002-09-261-5/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Put the flag HA_NOT_READ_PREFIX_LAST back to index_flags: seems to fix also the LIKE ... DESC bug sql/ha_innodb.h: Put the flag HA_NOT_READ_PREFIX_LAST back to index_flags: seems to fix also the LIKE ... DESC bug
* | | | Merge paul@work.mysql.com:/home/bk/mysql-4.0unknown2002-09-261-1/+1
|\ \ \ \ | |/ / / |/| | | | | | | | | | | | | | | | | | | into teton.kitebird.com:/home/paul/mysql-4.0
| * | | manual.texi tables usually should have a name.unknown2002-09-261-1/+1
| | | | | | | | | | | | | | | | | | | | Docs/manual.texi: tables usually should have a name.
* | | | COUNT(*) for merge can be longlong even if it's long for MyISAMunknown2002-09-262-4/+4
|/ / /