Docs/Support/colspec-fix.pl:
Various improvements, error checks and cleaning
- Increased gutter size
- Added check to ensure that total column % is not greater than 100%
- Changed code to work with hacks to makeinfo
- Ensure that total column width is less than max table width
- Trim overly long end columns if needed
Split handler->option_flag() to handler->table_flags() and handler->index_flags()
Docs/manual.texi:
Updated standard binary options
include/my_base.h:
Update for BTREE keys in HEAP tables
libmysql/net.c:
merge with net_serv.cc
mysql-test/r/func_misc.result:
Update for new behaviour of inet_ntoa
sql/field.cc:
Update for BTREE keys in HEAP tables
sql/field.h:
Update for BTREE keys in HEAP tables
sql/filesort.cc:
Update for BTREE keys in HEAP tables
sql/ha_berkeley.h:
Update for BTREE keys in HEAP tables
sql/ha_heap.h:
Update for BTREE keys in HEAP tables
sql/ha_innodb.h:
Update for BTREE keys in HEAP tables
sql/ha_isam.cc:
Update for BTREE keys in HEAP tables
sql/ha_isam.h:
Update for BTREE keys in HEAP tables
sql/ha_isammrg.h:
Update for BTREE keys in HEAP tables
sql/ha_myisam.cc:
Update for BTREE keys in HEAP tables
sql/ha_myisam.h:
Update for BTREE keys in HEAP tables
sql/ha_myisammrg.h:
Update for BTREE keys in HEAP tables
sql/handler.cc:
Update for BTREE keys in HEAP tables
sql/handler.h:
Update for BTREE keys in HEAP tables
sql/log.cc:
Update for BTREE keys in HEAP tables
sql/net_serv.cc:
Update for BTREE keys in HEAP tables
sql/opt_range.cc:
Update for BTREE keys in HEAP tables
sql/opt_sum.cc:
Update for BTREE keys in HEAP tables
sql/records.cc:
Update for BTREE keys in HEAP tables
sql/sql_class.h:
Update for BTREE keys in HEAP tables
sql/sql_handler.cc:
Update for BTREE keys in HEAP tables
sql/sql_insert.cc:
Update for BTREE keys in HEAP tables
sql/sql_select.cc:
Update for BTREE keys in HEAP tables
sql/sql_show.cc:
Update for BTREE keys in HEAP tables
sql/sql_table.cc:
Update for BTREE keys in HEAP tables
sql/structs.h:
Update for BTREE keys in HEAP tables
sql/table.cc:
Update for BTREE keys in HEAP tables
sql/unireg.cc:
Update for BTREE keys in HEAP tables
Some more column width fraction fixups.
Filled out a table with proper number of columns.
Some typo/style fixes.
Zapped inaccurate uninformative roadmap table.
Docs/manual.texi:
Some more column width fraction fixups.
Filled out a table with proper number of columns.
Some typo/style fixes.
Zapped inaccurate uninformative roadmap table.
Multitable column fixups remainder: ch.4-9, all appendices.
Fixed a few minor formatting errors.
Docs/manual.texi:
Multitable column fixups remainder: ch.4-9, all appendices.
Fixed a few minor formatting errors.
@Node name change Parenthesis -> Parentheses (from Paul DuBois)
Docs/manual.de.texi:
@Node name change Parenthesis -> Parentheses (from Paul DuBois)
Docs/manual.texi:
@Node name change Parenthesis -> Parentheses (from Paul DuBois)
Logging to logging@openlogging.org accepted
manual.texi:
'migration' not a keyword.
Docs/manual.texi:
'migration' not a keyword.
BitKeeper/etc/logging_ok:
Logging to logging@openlogging.org accepted
fixed compilation problem on FreeBSD
added test for truncating temporary tables
mysql-test/r/truncate.result:
truncate test
mysql-test/t/truncate.test:
truncate test update
mysys/safemalloc.c:
fixed FreeBSD compilation problem
sql/sql_delete.cc:
fixed bug in truncating temporary tables
future, in mysqld.cc.
sql/mysqld.cc:
Added support for SSL. This is just temporary solution
and will be fixed to use my_getopt, when mysqld.cc is changed.