myisam/mi_debug.c:
***MISSING WEAVE***
Docs/internals.texi:
Added coding guidelines
Docs/manual.texi:
Changelog update + Win32 -> Windows
client/mysql.cc:
Changed --no-named-commands to be on by default
client/mysqlimport.c:
Bug fix
include/config-win.h:
Update of supported functions
include/global.h:
Removed compiler warning
libmysql/libmysql.c:
Fix for Ia64
myisam/ChangeLog:
Changelog
myisam/Makefile.am:
Added file mi_dbug.c
myisam/ft_stopwords.c:
Fix for Ia64
myisam/mi_delete_table.c:
Extra debugging
myisam/mi_rename.c:
Extra debugging
myisam/mi_rnext.c:
Fixed bug with MIN and concurrent insert
myisam/mi_rprev.c:
Fixed bug with MAX and concurrent insert
myisam/mi_search.c:
Fixed bug with DECIMAL/NUMERIC keys
myisam/myisamdef.h:
Extra debugging
scripts/make_binary_distribution.sh:
Added thread safe mysql library
sql/ha_heap.cc:
Fix of HEAP bug with range keys
sql/ha_heap.h:
Fix of HEAP bug with range keys
sql/handler.cc:
Optimizing
sql/handler.h:
Optimizing
sql/lock.cc:
More DEBUG + fix of RENAME bug
sql/mini_client.cc:
Fix for Ia64
sql/mysql_priv.h:
Fix for name locks
sql/mysqld.cc:
Shorter message if wrong options
sql/opt_range.cc:
Added TODO
sql/sql_base.cc:
Fix for DROP TABLE
sql/sql_parse.cc:
Fix of permission checking for CHECK TABLE
sql/sql_select.cc:
Fix of using LEFT JOIN with empty table
sql/table.h:
Fix for name locks
tests/fork_test.pl:
Fixed typo
Docs/manual.texi:
Fixed up serg's full-text searching manual.
Other miscellaneous changes.
BitKeeper/etc/logging_ok:
Logging to logging@openlogging.org accepted
Makefile.am modifications to help libmysql_r work with distcheck
Makefile.am:
modifications to help libmysql_r work with distcheck
configure.in:
modifications to help libmysql_r work with distcheck
**************** !!! NOTE EVERYBODY: SYNTAX CHANGED !!! ********************
There's no COLLECTIONs now, full-text indexes can be created via the word
FULLTEXT, which should be used like UNIQUE.
myisam/fulltext.h:
stopwords moved to include/ft_global.h
myisam/mi_check.c:
fulltext keys now can be repaired
include/ft_global.h:
stopwords declaration
sql/ha_myisam.cc:
bug in ::repair
sql/mysqld.cc:
stopwords initialized with PRECOMPILED_STOPWORDS
include/Makefile.am:
because `bk ci' set permissions to 444, the my_global.h
should be removed, not overwritten.]
errors related to changing the TYPELIB to CS_ID.
BitKeeper/deleted/.del-config.h.in:
***MISSING WEAVE***
mysys/charset.c:
- fix numerous syntax errors from previous commit
sql/log_event.cc:
changed uint to uint32 in all places where the code depended on
sizeof(uint) to be 4
sql/log_event.h:
changed uint to uint32 in all places where the code depended on
sizeof(uint) to be 4
sql/slave.cc:
Monty's I64 fix broke my fprintf(), to fix it, changed to use llstr()
to print mi->pos that has become ulonglong
german1.conf - fixed several sort order problems
sql/share/charsets/german1.conf:
- fixed several sort order problems
sql/share/charsets/latin1.conf:
- fixed several sort order problems