Put PRIMARY KEY and UNIQUE keys before other keys
Fixes for auto_increment keys for BDB tables
Docs/manual.texi:
Changelog
sql/ha_berkeley.cc:
Fixes for auto_increment keys
sql/sql_table.cc:
Put PRIMARY KEY and UNIQUE keys before other keys
sql/sql_update.cc:
Bugfix when using a multi-part unique key in the SET and WHERE part
updates for the test suite
Docs/Support/test-make-manual
abort with a message if a utility fails
open the manual in a browser on success
Docs/manual.texi:
updates for the test suite
Docs/Support/test-make-manual:
abort with a message if a utility fails
open the manual in a browser on success
Change DROP TABLE to first drop the data, then the .frm file
Docs/manual.texi:
Updated TODO and Changelog
include/Makefile.am:
Portability fix
mysql-test/misc/select.res:
***MISSING WEAVE***
mysys/mf_iocache2.c:
cleanup
scripts/mysqlhotcopy.sh:
Fixed --noindices
sql-bench/Results/ATIS-pg-Linux_2.2.14_my_SMP_i686-cmp-mysql,pg:
Updated benchmarks
sql-bench/Results/RUN-pg-Linux_2.2.14_my_SMP_i686-cmp-mysql,pg:
Updated benchmarks
sql-bench/Results/alter-table-pg-Linux_2.2.14_my_SMP_i686-cmp-mysql,pg:
Updated benchmarks
sql-bench/Results/big-tables-pg-Linux_2.2.14_my_SMP_i686-cmp-mysql,pg:
Updated benchmarks
sql-bench/Results/connect-pg-Linux_2.2.14_my_SMP_i686-cmp-mysql,pg:
Updated benchmarks
sql-bench/Results/create-pg-Linux_2.2.14_my_SMP_i686-cmp-mysql,pg:
Updated benchmarks
sql-bench/Results/insert-pg-Linux_2.2.14_my_SMP_i686-cmp-mysql,pg:
Updated benchmarks
sql-bench/Results/select-pg-Linux_2.2.14_my_SMP_i686-cmp-mysql,pg:
Updated benchmarks
sql-bench/Results/wisconsin-pg-Linux_2.2.14_my_SMP_i686-cmp-mysql,pg:
Updated benchmarks
sql-bench/limits/pg.cfg:
Updated to new crash-me
sql-bench/server-cfg.sh:
Fixes for pg 7.0.2
sql/ha_berkeley.cc:
Lots of BDB table fixes
sql/ha_berkeley.h:
Lots of BDB table fixes
sql/handler.cc:
Change DROP TABLE to first drop the data, then the .frm file
sql/hostname.cc:
Fixes for empty hostnames
sql/log.cc:
Fixed transaction logging
sql/share/swedish/errmsg.OLD:
cleanup
sql/sql_delete.cc:
Fixes for logging
sql/sql_insert.cc:
Fixes for logging
sql/sql_select.cc:
Fixes for BDB tables
sql/sql_table.cc:
Change DROP TABLE to first drop the data, then the .frm file
sql/sql_update.cc:
Fixes for logging
BitKeeper/etc/ignore:
Added scripts/mysqld_multi to the ignore list
BitKeeper/etc/logging_ok:
Logging to logging@openlogging.org accepted
Docs/manual.texi:
Changed name mysql_multi_mysqld to mysqld_multi.
This is because safe_mysqld will be converted to mysqld_safe
in the future and the new name is shorter than the old one.
scripts/Makefile.am:
Added mysqld_multi
scripts/mysqld_multi.sh:
Changed name from mysql_multi_mysqld to mysqld_multi
A lot of new functions for BDB tables
Fix for DROP DATABASE on windows
Default server_id variables
Docs/manual.texi:
Update of BDB info + Changes
configure.in:
Added test of readlink
include/mysqld_error.h:
Added new error message
sql/ha_berkeley.cc:
Added storing of status, CHECK, ANALYZE and OPTIMIZE TABLE
sql/ha_berkeley.h:
Added storing of status, CHECK, ANALYZE and OPTIMIZE TABLE
sql/handler.cc:
Only write full transactions to binary log
sql/hostname.cc:
cleanup
sql/log.cc:
Only write full transactions to binary log
sql/log_event.h:
Only write full transactions to binary log
sql/mf_iocache.cc:
Changes to be able to use IO_CACHE to save statements in a transaction
sql/mysql_priv.h:
New variables
sql/mysqld.cc:
Only write full transactions to binary log
Added default values for server_id
Lots of new bdb options
sql/share/czech/errmsg.sys:
Added new error message
sql/share/czech/errmsg.txt:
Added new error message
sql/share/danish/errmsg.sys:
Added new error message
sql/share/danish/errmsg.txt:
Added new error message
sql/share/dutch/errmsg.sys:
Added new error message
sql/share/dutch/errmsg.txt:
Added new error message
sql/share/english/errmsg.sys:
Added new error message
sql/share/english/errmsg.txt:
Added new error message
sql/share/estonian/errmsg.sys:
Added new error message
sql/share/estonian/errmsg.txt:
Added new error message
sql/share/french/errmsg.sys:
Added new error message
sql/share/french/errmsg.txt:
Added new error message
sql/share/german/errmsg.sys:
Added new error message
sql/share/german/errmsg.txt:
Added new error message
sql/share/greek/errmsg.sys:
Added new error message
sql/share/greek/errmsg.txt:
Added new error message
sql/share/hungarian/errmsg.sys:
Added new error message
sql/share/hungarian/errmsg.txt:
Added new error message
sql/share/italian/errmsg.sys:
Added new error message
sql/share/italian/errmsg.txt:
Added new error message
sql/share/japanese/errmsg.sys:
Added new error message
sql/share/japanese/errmsg.txt:
Added new error message
sql/share/korean/errmsg.sys:
Added new error message
sql/share/korean/errmsg.txt:
Added new error message
sql/share/norwegian-ny/errmsg.txt:
Added new error message
sql/share/norwegian/errmsg.txt:
Added new error message
sql/share/polish/errmsg.sys:
Added new error message
sql/share/polish/errmsg.txt:
Added new error message
sql/share/portuguese/errmsg.sys:
Added new error message
sql/share/portuguese/errmsg.txt:
Added new error message
sql/share/romanian/errmsg.txt:
Added new error message
sql/share/russian/errmsg.sys:
Added new error message
sql/share/russian/errmsg.txt:
Added new error message
sql/share/slovak/errmsg.sys:
Added new error message
sql/share/slovak/errmsg.txt:
Added new error message
sql/share/spanish/errmsg.sys:
Added new error message
sql/share/spanish/errmsg.txt:
Added new error message
sql/share/swedish/errmsg.OLD:
Added new error message
sql/share/swedish/errmsg.sys:
Added new error message
sql/share/swedish/errmsg.txt:
Added new error message
sql/sql_base.cc:
cleanup
sql/sql_class.cc:
Only write full transactions to binary log
sql/sql_class.h:
Added error handling of failed writes to logs
sql/sql_db.cc:
Fix for DROP DATABASE on windows
sql/sql_delete.cc:
Only write full transactions to binary log
sql/sql_insert.cc:
Only write full transactions to binary log
sql/sql_load.cc:
Only write full transactions to binary log
sql/sql_parse.cc:
End transaction at DROP, RENAME, CREATE and TRUNCATE
sql/sql_table.cc:
Fixes for ALTER TABLE on BDB tables for windows
sql/sql_update.cc:
Only write full transactions to binary log
sql/sql_yacc.yy:
AGAINST is not anymore a reserved word
support-files/my-huge.cnf.sh:
Changed to use binary log
support-files/my-large.cnf.sh:
Changed to use binary log
support-files/my-medium.cnf.sh:
Changed to use binary log
support-files/my-small.cnf.sh:
Changed to use binary log
Docs/manual.texi:
Added documentation about new client, mysql_multi_mysqld.
This program is meant for managing multiple MySQL servers.
BitKeeper/etc/logging_ok:
Logging to logging@openlogging.org accepted
Docs/manual.texi:
Changelog
client/mysql.cc:
Added optional argument to --i-am-a-dummy
sql/handler.cc:
Fix for innobase
sql/handler.h:
Fix for innobase
sql/sql_class.cc:
Fix for innobase
sql/sql_db.cc:
Fixed that DROP DATABASE works on OS/2
Change that handler gets file names in native format
Docs/manual.texi:
Small bug fix
sql/Makefile.am:
Added innobase handler files
sql/mysqld.cc:
Added startup options for innobase
sql/sql_table.cc:
Change that handler gets file names in native format
Fix for creating read-only files on windows
Manual updates
BitKeeper/deleted/.del-acconfig.h~65f1202b3b5c345f:
***MISSING WEAVE***
BitKeeper/deleted/.del-acconfig.h~7b620dbd69ea6074:
***MISSING WEAVE***
Docs/manual.texi:
Small clarifications
BitKeeper/etc/ignore:
Added Docs/manual.aux Docs/manual.cp Docs/manual.cps Docs/manual.dvi Docs/manual.fn Docs/manual.fns Docs/manual.ky Docs/manual.pg Docs/manual.toc Docs/manual.tp Docs/manual.vr Docs/manual_a4.ps Docs/manual_letter.ps to the ignore list
mysql-test/chew_on_this/select.res:
***MISSING WEAVE***
mysys/my_open.c:
Fix for windows where some files where created read only
sql/ha_myisam.cc:
Added 'checking table' to process-list status
sql/opt_range.cc:
Cleanup
sql/share/czech/errmsg.sys:
New error messages
sql/share/czech/errmsg.txt:
New error messages
sql/share/italian/errmsg.sys:
New error messages
sql/share/italian/errmsg.txt:
New error messages
logging_ok Logging to logging@openlogging.org accepted
BitKeeper/etc/logging_ok:
Logging to logging@openlogging.org accepted
Docs/manual.texi:
fixed couple of list items in description of mysql options
updates for temporary table replication, and docs for replicate-do/ignore-table
updated change history
fixed errors/warnings from makeinfo
Docs/manual.texi:
updates for temporary table replication, and docs for replicate-do/ignore-table
updated change history
fixed errors/warnings from makeinfo
BitKeeper/etc/ignore:
Added Docs/manual.log to the ignore list
Docs/manual.texi:
merged
big deletion by yfaktoro@nslinuxw2.bedford.progress.com undone
(I have to make a decision durion merge)
He should re-delete, if it's what he really wanted to do.
should now work the way you expect them to (process command-line
arguments consistently).
scripts/mysql_install_db.sh:
- use mysql_print_defaults instead of awk hack
- actually pass unrecognized options to mysqld, instead of
ignoring them
- recognize a [mysql_install_db] section of my.cnf
- general cleanup
scripts/safe_mysqld.sh:
- handle a relative pid-file the same way mysqld does
support-files/mysql.server.sh:
- use mysql_print_defaults instead of awk hack
- recognize a [mysql_server] section of my.cnf
- handle a relative pid-file the same way mysqld does
- general cleanup
Docs/manual.texi:
- News item: safe_mysqld, mysql.server and mysql_install_db have
been modified