summaryrefslogtreecommitdiff
path: root/sql/ha_federated.h
diff options
context:
space:
mode:
authorpatg@patrick-galbraiths-computer.local <>2005-01-13 18:21:54 -0800
committerpatg@patrick-galbraiths-computer.local <>2005-01-13 18:21:54 -0800
commit7c51cce029e9b60362a60870d56ccacbc7dfdbfd (patch)
treefc2378a716a70d11b1a78d8d1676784e65559a05 /sql/ha_federated.h
parent5dd710a9588732288cc8e1709f28337e1f6d25fc (diff)
downloadmariadb-git-7c51cce029e9b60362a60870d56ccacbc7dfdbfd.tar.gz
progress in fixing multi-key, two-byte prefix keys.
Diffstat (limited to 'sql/ha_federated.h')
-rwxr-xr-xsql/ha_federated.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/ha_federated.h b/sql/ha_federated.h
index c11960a836f..ce35ce96828 100755
--- a/sql/ha_federated.h
+++ b/sql/ha_federated.h
@@ -75,6 +75,7 @@ private:
uint convert_row_to_internal_format(byte *buf, MYSQL_ROW row);
uint type_quote(int type);
void quote_data(String *string1, Field *field);
+ bool ha_federated::create_where_from_key(String *to, KEY *key_info, const byte *key, uint key_length);
public:
ha_federated(TABLE *table): handler(table),