Home
last modified time | relevance | path

Searched refs:type_par (Results 1 – 23 of 23) sorted by relevance

/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/sql/
H A Dkey_spec.h222 Key_spec(MEM_ROOT *mem_root, keytype type_par, const LEX_CSTRING &name_arg, in Key_spec() argument
225 : type(type_par), in Key_spec()
H A Dparse_tree_nodes.h2256 PT_create_index_stmt(MEM_ROOT *mem_root, keytype type_par, in PT_create_index_stmt() argument
2264 m_keytype(type_par), in PT_create_index_stmt()
2299 PT_inline_index_definition(keytype type_par, const LEX_STRING &name_arg, in PT_inline_index_definition() argument
2303 : m_keytype(type_par), in PT_inline_index_definition()
/dports/games/simutrans/simutrans-121.0/gui/components/
H A Dgui_button.cc55 void button_t::init(enum type type_par, const char *text_par, scr_coord pos_par, scr_size size_par) in init() argument
59 b_no_translate = ( type_par==posbutton ); in init()
61 set_typ(type_par); in init()
/dports/databases/mysql55-client/mysql-5.5.62/sql/
H A Dsql_class.h260 Key(enum Keytype type_par, const LEX_STRING &name_arg, in Key() argument
263 :type(type_par), key_create_info(*key_info_arg), columns(cols), in Key()
266 Key(enum Keytype type_par, const char *name_arg, size_t name_len_arg, in Key() argument
269 :type(type_par), key_create_info(*key_info_arg), columns(cols), in Key()
/dports/databases/mysqlwsrep57-server/mysql-wsrep-wsrep_5.7.35-25.27/sql/
H A Dsql_class.h297 Key(keytype type_par, const LEX_STRING &name_arg, in Key() argument
300 :type(type_par), key_create_info(*key_info_arg), columns(cols), in Key()
303 Key(keytype type_par, const char *name_arg, size_t name_len_arg, in Key() argument
306 :type(type_par), key_create_info(*key_info_arg), columns(cols), in Key()
/dports/databases/xtrabackup/percona-xtrabackup-2.4.21/sql/
H A Dsql_class.h281 Key(keytype type_par, const LEX_STRING &name_arg, in Key() argument
284 :type(type_par), key_create_info(*key_info_arg), columns(cols), in Key()
287 Key(keytype type_par, const char *name_arg, size_t name_len_arg, in Key() argument
290 :type(type_par), key_create_info(*key_info_arg), columns(cols), in Key()
/dports/databases/mysql57-client/mysql-5.7.36/sql/
H A Dsql_class.h281 Key(keytype type_par, const LEX_STRING &name_arg, in Key() argument
284 :type(type_par), key_create_info(*key_info_arg), columns(cols), in Key()
287 Key(keytype type_par, const char *name_arg, size_t name_len_arg, in Key() argument
290 :type(type_par), key_create_info(*key_info_arg), columns(cols), in Key()
/dports/databases/mysqlwsrep56-server/mysql-wsrep-wsrep_5.6.51-25.33/sql/
H A Dsql_class.h302 Key(enum Keytype type_par, const LEX_STRING &name_arg, in Key() argument
305 :type(type_par), key_create_info(*key_info_arg), columns(cols), in Key()
308 Key(enum Keytype type_par, const char *name_arg, size_t name_len_arg, in Key() argument
311 :type(type_par), key_create_info(*key_info_arg), columns(cols), in Key()
/dports/databases/percona57-server/percona-server-5.7.36-39/sql/
H A Dsql_class.h316 Key(keytype type_par, const LEX_STRING &name_arg, in Key() argument
319 :type(type_par), key_create_info(*key_info_arg), columns(cols), in Key()
322 Key(keytype type_par, const char *name_arg, size_t name_len_arg, in Key() argument
325 :type(type_par), key_create_info(*key_info_arg), columns(cols), in Key()
/dports/databases/percona57-client/percona-server-5.7.36-39/sql/
H A Dsql_class.h316 Key(keytype type_par, const LEX_STRING &name_arg, in Key() argument
319 :type(type_par), key_create_info(*key_info_arg), columns(cols), in Key()
322 Key(keytype type_par, const char *name_arg, size_t name_len_arg, in Key() argument
325 :type(type_par), key_create_info(*key_info_arg), columns(cols), in Key()
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/sql/
H A Dsql_class.h316 Key(keytype type_par, const LEX_STRING &name_arg, in Key() argument
319 :type(type_par), key_create_info(*key_info_arg), columns(cols), in Key()
322 Key(keytype type_par, const char *name_arg, size_t name_len_arg, in Key() argument
325 :type(type_par), key_create_info(*key_info_arg), columns(cols), in Key()
/dports/textproc/senna/senna-1.1.5/bindings/mysql/
H A Dmysql-5.1.15-beta.senna.diff393 + Key(enum Keytype type_par, const char *name_arg,
396 + :type(type_par), key_create_info(*key_info_arg), columns(cols),
400 Key(enum Keytype type_par, const char *name_arg,
403 :type(type_par), key_create_info(*key_info_arg), columns(cols),
H A Dmysql-4.0.27.senna.diff1849 + Key(enum Keytype type_par,const char *name_arg,List<key_part_spec> &cols,ulonglong a_type = 0)
1850 + :type(type_par), algorithm(HA_KEY_ALG_UNDEF), columns(cols), Name(name_arg), additional_type(a…
1852 Key(enum Keytype type_par,const char *name_arg,List<key_part_spec> &cols)
1853 :type(type_par), algorithm(HA_KEY_ALG_UNDEF), columns(cols), Name(name_arg)
/dports/databases/mysql56-client/mysql-5.6.51/sql/
H A Dsql_class.h288 Key(enum Keytype type_par, const LEX_STRING &name_arg, in Key() argument
291 :type(type_par), key_create_info(*key_info_arg), columns(cols), in Key()
294 Key(enum Keytype type_par, const char *name_arg, size_t name_len_arg, in Key() argument
297 :type(type_par), key_create_info(*key_info_arg), columns(cols), in Key()
/dports/databases/percona56-client/percona-server-5.6.51-91.0/sql/
H A Dsql_class.h328 Key(enum Keytype type_par, const LEX_STRING &name_arg, in Key() argument
331 :type(type_par), key_create_info(*key_info_arg), columns(cols), in Key()
334 Key(enum Keytype type_par, const char *name_arg, size_t name_len_arg, in Key() argument
337 :type(type_par), key_create_info(*key_info_arg), columns(cols), in Key()
/dports/databases/percona-pam-for-mysql/percona-server-5.6.51-91.0/sql/
H A Dsql_class.h328 Key(enum Keytype type_par, const LEX_STRING &name_arg, in Key() argument
331 :type(type_par), key_create_info(*key_info_arg), columns(cols), in Key()
334 Key(enum Keytype type_par, const char *name_arg, size_t name_len_arg, in Key() argument
337 :type(type_par), key_create_info(*key_info_arg), columns(cols), in Key()
/dports/databases/percona56-server/percona-server-5.6.51-91.0/sql/
H A Dsql_class.h328 Key(enum Keytype type_par, const LEX_STRING &name_arg, in Key() argument
331 :type(type_par), key_create_info(*key_info_arg), columns(cols), in Key()
334 Key(enum Keytype type_par, const char *name_arg, size_t name_len_arg, in Key() argument
337 :type(type_par), key_create_info(*key_info_arg), columns(cols), in Key()
/dports/databases/mariadb103-server/mariadb-10.3.34/sql/
H A Dsql_class.h329 Key(enum Keytype type_par, const LEX_CSTRING *name_arg,
332 type(type_par), key_create_info(default_key_create_info),
338 Key(enum Keytype type_par, const LEX_CSTRING *name_arg,
343 type(type_par), key_create_info(*key_info_arg), columns(*cols),
/dports/databases/mariadb103-client/mariadb-10.3.34/sql/
H A Dsql_class.h329 Key(enum Keytype type_par, const LEX_CSTRING *name_arg, in Key() argument
332 type(type_par), key_create_info(default_key_create_info), in Key()
338 Key(enum Keytype type_par, const LEX_CSTRING *name_arg, in Key() argument
343 type(type_par), key_create_info(*key_info_arg), columns(*cols), in Key()
/dports/databases/mariadb105-client/mariadb-10.5.15/sql/
H A Dsql_class.h399 Key(enum Keytype type_par, const LEX_CSTRING *name_arg, in Key() argument
402 type(type_par), key_create_info(default_key_create_info), in Key()
408 Key(enum Keytype type_par, const LEX_CSTRING *name_arg, in Key() argument
413 type(type_par), key_create_info(*key_info_arg), columns(*cols), in Key()
/dports/databases/mariadb104-server/mariadb-10.4.24/sql/
H A Dsql_class.h351 Key(enum Keytype type_par, const LEX_CSTRING *name_arg, in Key() argument
354 type(type_par), key_create_info(default_key_create_info), in Key()
360 Key(enum Keytype type_par, const LEX_CSTRING *name_arg, in Key() argument
365 type(type_par), key_create_info(*key_info_arg), columns(*cols), in Key()
/dports/databases/mariadb104-client/mariadb-10.4.24/sql/
H A Dsql_class.h351 Key(enum Keytype type_par, const LEX_CSTRING *name_arg, in Key() argument
354 type(type_par), key_create_info(default_key_create_info), in Key()
360 Key(enum Keytype type_par, const LEX_CSTRING *name_arg, in Key() argument
365 type(type_par), key_create_info(*key_info_arg), columns(*cols), in Key()
/dports/databases/mariadb105-server/mariadb-10.5.15/sql/
H A Dsql_class.h399 Key(enum Keytype type_par, const LEX_CSTRING *name_arg, in Key() argument
402 type(type_par), key_create_info(default_key_create_info), in Key()
408 Key(enum Keytype type_par, const LEX_CSTRING *name_arg, in Key() argument
413 type(type_par), key_create_info(*key_info_arg), columns(*cols), in Key()