mirror of
https://github.com/MariaDB/server.git
synced 2025-12-18 10:22:14 +03:00
Merge mysql.com:/usr/local/home/marty/MySQL/mysql-5.0
into mysql.com:/usr/local/home/marty/MySQL/mysql-5.1-new storage/ndb/include/kernel/signaldata/TupFrag.hpp: Auto merged storage/ndb/include/util/NdbSqlUtil.hpp: Auto merged storage/ndb/src/common/util/NdbSqlUtil.cpp: Auto merged storage/ndb/src/kernel/blocks/dbtux/DbtuxMeta.cpp: Auto merged mysql-test/r/ndb_bitfield.result: Merge, will generate new result file manually storage/ndb/src/ndbapi/NdbDictionaryImpl.cpp: Merge
This commit is contained in:
@@ -117,9 +117,9 @@ public:
|
||||
/**
|
||||
* Check character set.
|
||||
*/
|
||||
static bool usable_in_pk(Uint32 typeId, const void* info);
|
||||
static bool usable_in_hash_index(Uint32 typeId, const void* info);
|
||||
static bool usable_in_ordered_index(Uint32 typeId, const void* info);
|
||||
static uint check_column_for_pk(Uint32 typeId, const void* info);
|
||||
static uint check_column_for_hash_index(Uint32 typeId, const void* info);
|
||||
static uint check_column_for_ordered_index(Uint32 typeId, const void* info);
|
||||
|
||||
/**
|
||||
* Get number of length bytes and length from variable length string.
|
||||
|
||||
Reference in New Issue
Block a user