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
Docs/manual.texi:
Updated thread safe client chapter + new links
client/sql_string.cc:
Update for Ia64
client/sql_string.h:
Update for Ia64
extra/replace.c:
Update for Ia64
include/config-win.h:
Update for PHP
include/global.h:
Update for PHP
isam/create.c:
Update for Ia64
isam/delete.c:
Update for Ia64
isam/write.c:
Update for Ia64
libmysql/Makefile.shared:
new file
libmysql/libmysql.c:
Update for Ia64
libmysql/net.c:
Update for Ia64
myisam/mi_delete.c:
Update for Ia64
myisam/mi_search.c:
Update for Ia64
sql/field.cc:
Update for Ia64
sql/field.h:
Update for Ia64
sql/item.h:
Update for Ia64
sql/item_strfunc.cc:
Update for Ia64
sql/lock.cc:
Update for Ia64
sql/log.cc:
Update for Ia64
sql/log_event.h:
Update for Ia64
sql/net_serv.cc:
Update for Ia64
sql/sql_list.h:
Update for Ia64
sql/sql_parse.cc:
Update for Ia64
sql/sql_rename.cc:
Update for Ia64
sql/sql_select.cc:
Update for Ia64
sql/sql_show.cc:
Update for Ia64
sql/sql_string.cc:
Update for Ia64
sql/sql_string.h:
Update for Ia64
sql/time.cc:
Update for Ia64
propogate those changes through the code. This is so that there can
be holes in the list of charsets without breaking old tables.
configure.in:
- changed pattern for getting number from charsets Index file
mysys/charset.c:
- changed from using a TYPELIB to a CS_ID struct, so both the name
and the number of a charset is stored in available_charsets
sql/share/charsets/Index:
- made the number a real part of the Index file, not just a comment
sql/share/charsets/README:
- order is no longer significant, but each charset must be paired
with its number