Home
last modified time | relevance | path

Searched refs:hton (Results 1 – 25 of 1487) sorted by relevance

12345678910>>...60

/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/sql/
H A Dsql_tablespace.cc182 if (hton && ddl_is_atomic(hton) && hton->post_ddl) { in complete_stmt()
183 hton->post_ddl(thd); in complete_stmt()
302 return hton != nullptr ? ha_resolve_storage_engine_name(hton) : ""; in real_engine_name()
312 if (hton == nullptr || hton->state != SHOW_OPTION_YES) { in get_stmt_hton()
333 *htonp = hton; in get_stmt_hton()
354 if (hton == nullptr) { in get_dd_hton()
365 *htonp = hton; in get_dd_hton()
687 hton->alter_tablespace(hton, thd, &ts_info, old_ts_def, nullptr); in execute()
1445 hton->alter_tablespace(hton, thd, &ts_info, tsmp.first, tsmp.second); in execute()
1551 hton->alter_tablespace(hton, thd, &ts_info, tsmp.first, tsmp.second); in execute()
[all …]
H A Dlog_resource.cc109 if (hton->lock_hton_log) hton->lock_hton_log(hton); in lock()
113 if (hton->unlock_hton_log) hton->unlock_hton_log(hton); in unlock()
118 if (hton->collect_hton_log_info) { in collect_info()
119 result = hton->collect_hton_log_info(hton, get_json()); in collect_info()
145 Log_resource *Log_resource_factory::get_wrapper(handlerton *hton, in get_wrapper() argument
148 wrapper = new Log_resource_hton_wrapper(hton, json); in get_wrapper()
H A Dsql_truncate.cc399 if (hton != nullptr && (hton->flags & HTON_SUPPORTS_ATOMIC_DDL) && in cleanup_base()
400 hton->post_ddl) in cleanup_base()
401 hton->post_ddl(thd); in cleanup_base()
477 handlerton *hton = nullptr; in truncate_base() local
488 cleanup_base(thd, hton); in truncate_base()
513 if (dd::table_storage_engine(thd, table_def, &hton)) { in truncate_base()
516 DBUG_ASSERT(hton != nullptr); in truncate_base()
528 if (hton->flags & HTON_CAN_RECREATE) { in truncate_base()
626 handlerton *hton = nullptr; in truncate_temporary() local
642 hton = tmp_table->s->db_type(); in truncate_temporary()
[all …]
/dports/benchmarks/polygraph/polygraph-4.13.0/src/runtime/
H A DNotifMsg.cc19 void hton(Time &t) { in hton() function
69 NotifMsg::hton(); in hton()
72 ::hton(theSndTime); in hton()
73 ::hton(theRespTime); in hton()
75 ::hton(theReqRate); in hton()
76 ::hton(theRepRate); in hton()
77 ::hton(theBwidth); in hton()
78 ::hton(theDHR); in hton()
79 ::hton(theConnUse); in hton()
80 ::hton(theErrRatio); in hton()
[all …]
/dports/databases/percona56-client/percona-server-5.6.51-91.0/sql/
H A Dsql_tablespace.cc34 handlerton *hton= ts_info->storage_engine; in mysql_alter_tablespace() local
41 if (hton == NULL || hton->state != SHOW_OPTION_YES) in mysql_alter_tablespace()
43 hton= ha_default_handlerton(thd); in mysql_alter_tablespace()
48 ha_resolve_storage_engine_name(hton), in mysql_alter_tablespace()
53 if (hton->alter_tablespace) in mysql_alter_tablespace()
55 if ((error= hton->alter_tablespace(hton, thd, ts_info))) in mysql_alter_tablespace()
75 ha_resolve_storage_engine_name(hton), in mysql_alter_tablespace()
/dports/databases/percona-pam-for-mysql/percona-server-5.6.51-91.0/sql/
H A Dsql_tablespace.cc34 handlerton *hton= ts_info->storage_engine; in mysql_alter_tablespace() local
41 if (hton == NULL || hton->state != SHOW_OPTION_YES) in mysql_alter_tablespace()
43 hton= ha_default_handlerton(thd); in mysql_alter_tablespace()
48 ha_resolve_storage_engine_name(hton), in mysql_alter_tablespace()
53 if (hton->alter_tablespace) in mysql_alter_tablespace()
55 if ((error= hton->alter_tablespace(hton, thd, ts_info))) in mysql_alter_tablespace()
75 ha_resolve_storage_engine_name(hton), in mysql_alter_tablespace()
/dports/databases/percona56-server/percona-server-5.6.51-91.0/sql/
H A Dsql_tablespace.cc34 handlerton *hton= ts_info->storage_engine; in mysql_alter_tablespace() local
41 if (hton == NULL || hton->state != SHOW_OPTION_YES) in mysql_alter_tablespace()
43 hton= ha_default_handlerton(thd); in mysql_alter_tablespace()
48 ha_resolve_storage_engine_name(hton), in mysql_alter_tablespace()
53 if (hton->alter_tablespace) in mysql_alter_tablespace()
55 if ((error= hton->alter_tablespace(hton, thd, ts_info))) in mysql_alter_tablespace()
75 ha_resolve_storage_engine_name(hton), in mysql_alter_tablespace()
/dports/databases/mysqlwsrep56-server/mysql-wsrep-wsrep_5.6.51-25.33/sql/
H A Dsql_tablespace.cc34 handlerton *hton= ts_info->storage_engine; in mysql_alter_tablespace() local
41 if (hton == NULL || hton->state != SHOW_OPTION_YES) in mysql_alter_tablespace()
43 hton= ha_default_handlerton(thd); in mysql_alter_tablespace()
48 ha_resolve_storage_engine_name(hton), in mysql_alter_tablespace()
53 if (hton->alter_tablespace) in mysql_alter_tablespace()
55 if ((error= hton->alter_tablespace(hton, thd, ts_info))) in mysql_alter_tablespace()
75 ha_resolve_storage_engine_name(hton), in mysql_alter_tablespace()
/dports/databases/mysql56-client/mysql-5.6.51/sql/
H A Dsql_tablespace.cc34 handlerton *hton= ts_info->storage_engine; in mysql_alter_tablespace() local
41 if (hton == NULL || hton->state != SHOW_OPTION_YES) in mysql_alter_tablespace()
43 hton= ha_default_handlerton(thd); in mysql_alter_tablespace()
48 ha_resolve_storage_engine_name(hton), in mysql_alter_tablespace()
53 if (hton->alter_tablespace) in mysql_alter_tablespace()
55 if ((error= hton->alter_tablespace(hton, thd, ts_info))) in mysql_alter_tablespace()
75 ha_resolve_storage_engine_name(hton), in mysql_alter_tablespace()
/dports/databases/mysql55-client/mysql-5.5.62/sql/
H A Dsql_tablespace.cc27 handlerton *hton= ts_info->storage_engine; in mysql_alter_tablespace() local
34 if (hton == NULL || hton->state != SHOW_OPTION_YES) in mysql_alter_tablespace()
36 hton= ha_default_handlerton(thd); in mysql_alter_tablespace()
41 ha_resolve_storage_engine_name(hton), in mysql_alter_tablespace()
46 if (hton->alter_tablespace) in mysql_alter_tablespace()
48 if ((error= hton->alter_tablespace(hton, thd, ts_info))) in mysql_alter_tablespace()
70 ha_resolve_storage_engine_name(hton), in mysql_alter_tablespace()
H A Dhandler.cc256 if (hton) in ha_lock_engine()
483 if (installed_htons[hton->db_type] == hton) in ha_finalize_handlerton()
489 hton->panic(hton, HA_PANIC_CLOSE); in ha_finalize_handlerton()
606 installed_htons[hton->db_type]= hton; in ha_initialize_handlerton()
703 hton->drop_database(hton, (char *)path); in dropdb_handlerton()
725 hton->close_connection(hton, thd); in closecon_handlerton()
1846 if (hton && hton->release_temporary_latches) in ha_release_temporary_latches()
1976 hton->start_consistent_snapshot(hton, thd); in snapshot_handlerton()
2005 hton->flush_logs(hton)) in flush_handlerton()
4417 hton_list->hton[sz]= hton; in binlog_func_list()
[all …]
/dports/databases/mariadb104-server/mariadb-10.4.24/sql/
H A Dsql_tablespace.cc28 handlerton *hton= ts_info->storage_engine; in mysql_alter_tablespace() local
35 if (hton == NULL || hton->state != SHOW_OPTION_YES) in mysql_alter_tablespace()
37 hton= ha_default_handlerton(thd); in mysql_alter_tablespace()
42 hton_name(hton)->str, in mysql_alter_tablespace()
47 if (hton->alter_tablespace) in mysql_alter_tablespace()
49 if (unlikely((error= hton->alter_tablespace(hton, thd, ts_info)))) in mysql_alter_tablespace()
67 hton_name(hton)->str, in mysql_alter_tablespace()
/dports/databases/mariadb104-client/mariadb-10.4.24/sql/
H A Dsql_tablespace.cc28 handlerton *hton= ts_info->storage_engine; in mysql_alter_tablespace() local
35 if (hton == NULL || hton->state != SHOW_OPTION_YES) in mysql_alter_tablespace()
37 hton= ha_default_handlerton(thd); in mysql_alter_tablespace()
42 hton_name(hton)->str, in mysql_alter_tablespace()
47 if (hton->alter_tablespace) in mysql_alter_tablespace()
49 if (unlikely((error= hton->alter_tablespace(hton, thd, ts_info)))) in mysql_alter_tablespace()
67 hton_name(hton)->str, in mysql_alter_tablespace()
/dports/databases/mariadb103-server/mariadb-10.3.34/sql/
H A Dsql_tablespace.cc28 handlerton *hton= ts_info->storage_engine; in mysql_alter_tablespace() local
35 if (hton == NULL || hton->state != SHOW_OPTION_YES) in mysql_alter_tablespace()
37 hton= ha_default_handlerton(thd); in mysql_alter_tablespace()
42 hton_name(hton)->str, in mysql_alter_tablespace()
47 if (hton->alter_tablespace) in mysql_alter_tablespace()
49 if (unlikely((error= hton->alter_tablespace(hton, thd, ts_info)))) in mysql_alter_tablespace()
67 hton_name(hton)->str, in mysql_alter_tablespace()
/dports/databases/mariadb103-client/mariadb-10.3.34/sql/
H A Dsql_tablespace.cc28 handlerton *hton= ts_info->storage_engine; in mysql_alter_tablespace() local
35 if (hton == NULL || hton->state != SHOW_OPTION_YES) in mysql_alter_tablespace()
37 hton= ha_default_handlerton(thd); in mysql_alter_tablespace()
42 hton_name(hton)->str, in mysql_alter_tablespace()
47 if (hton->alter_tablespace) in mysql_alter_tablespace()
49 if (unlikely((error= hton->alter_tablespace(hton, thd, ts_info)))) in mysql_alter_tablespace()
67 hton_name(hton)->str, in mysql_alter_tablespace()
/dports/databases/py-asyncpg/asyncpg-0.25.0/asyncpg/pgproto/codecs/
H A Dgeometry.pyx18 int32_t npts = hton.unpack_int32(frb_read(buf, 4))
26 x = hton.unpack_double(frb_read(buf, 8))
27 y = hton.unpack_double(frb_read(buf, 8))
44 double low_x = hton.unpack_double(frb_read(buf, 8))
45 double low_y = hton.unpack_double(frb_read(buf, 8))
61 double A = hton.unpack_double(frb_read(buf, 8))
62 double B = hton.unpack_double(frb_read(buf, 8))
63 double C = hton.unpack_double(frb_read(buf, 8))
75 double p1_x = hton.unpack_double(frb_read(buf, 8))
91 double x = hton.unpack_double(frb_read(buf, 8))
[all …]
/dports/databases/mariadb105-client/mariadb-10.5.15/sql/
H A Dsql_tablespace.cc28 handlerton *hton= ts_info->storage_engine; in mysql_alter_tablespace() local
35 if (hton == NULL) in mysql_alter_tablespace()
37 hton= ha_default_handlerton(thd); in mysql_alter_tablespace()
42 hton_name(hton)->str, in mysql_alter_tablespace()
47 if (hton->alter_tablespace) in mysql_alter_tablespace()
49 if (unlikely((error= hton->alter_tablespace(hton, thd, ts_info)))) in mysql_alter_tablespace()
67 hton_name(hton)->str, in mysql_alter_tablespace()
/dports/databases/mariadb105-server/mariadb-10.5.15/sql/
H A Dsql_tablespace.cc28 handlerton *hton= ts_info->storage_engine; in mysql_alter_tablespace() local
35 if (hton == NULL) in mysql_alter_tablespace()
37 hton= ha_default_handlerton(thd); in mysql_alter_tablespace()
42 hton_name(hton)->str, in mysql_alter_tablespace()
47 if (hton->alter_tablespace) in mysql_alter_tablespace()
49 if (unlikely((error= hton->alter_tablespace(hton, thd, ts_info)))) in mysql_alter_tablespace()
67 hton_name(hton)->str, in mysql_alter_tablespace()
/dports/databases/percona57-server/percona-server-5.7.36-39/sql/
H A Dsql_tablespace.cc133 handlerton *hton= ts_info->storage_engine; in mysql_alter_tablespace() local
139 if (hton == NULL || hton->state != SHOW_OPTION_YES) in mysql_alter_tablespace()
141 hton= ha_default_handlerton(thd); in mysql_alter_tablespace()
146 ha_resolve_storage_engine_name(hton), in mysql_alter_tablespace()
154 ha_is_storage_engine_disabled(hton)) in mysql_alter_tablespace()
157 ha_resolve_storage_engine_name(hton)); in mysql_alter_tablespace()
168 if (hton->alter_tablespace) in mysql_alter_tablespace()
170 if ((error= hton->alter_tablespace(hton, thd, ts_info))) in mysql_alter_tablespace()
227 ha_resolve_storage_engine_name(hton), in mysql_alter_tablespace()
H A Dsql_zip_dict.cc56 handlerton *hton= ha_default_handlerton(thd); in mysql_create_zip_dict() local
58 if (!ha_check_storage_engine_flag(hton, in mysql_create_zip_dict()
63 ha_resolve_storage_engine_name(hton), "COMPRESSED COLUMNS"); in mysql_create_zip_dict()
70 hton->create_zip_dict(hton, thd, name, &local_name_len, in mysql_create_zip_dict()
155 handlerton *hton= ha_default_handlerton(thd); in mysql_drop_zip_dict() local
157 if (!ha_check_storage_engine_flag(hton, in mysql_drop_zip_dict()
162 ha_resolve_storage_engine_name(hton), "COMPRESSED COLUMNS"); in mysql_drop_zip_dict()
168 hton->drop_zip_dict(hton, thd, name, &local_name_len); in mysql_drop_zip_dict()
/dports/databases/mysqlwsrep57-server/mysql-wsrep-wsrep_5.7.35-25.27/sql/
H A Dsql_tablespace.cc133 handlerton *hton= ts_info->storage_engine; in mysql_alter_tablespace() local
139 if (hton == NULL || hton->state != SHOW_OPTION_YES) in mysql_alter_tablespace()
141 hton= ha_default_handlerton(thd); in mysql_alter_tablespace()
146 ha_resolve_storage_engine_name(hton), in mysql_alter_tablespace()
154 ha_is_storage_engine_disabled(hton)) in mysql_alter_tablespace()
157 ha_resolve_storage_engine_name(hton)); in mysql_alter_tablespace()
168 if (hton->alter_tablespace) in mysql_alter_tablespace()
170 if ((error= hton->alter_tablespace(hton, thd, ts_info))) in mysql_alter_tablespace()
227 ha_resolve_storage_engine_name(hton), in mysql_alter_tablespace()
/dports/databases/percona57-client/percona-server-5.7.36-39/sql/
H A Dsql_tablespace.cc133 handlerton *hton= ts_info->storage_engine; in mysql_alter_tablespace() local
139 if (hton == NULL || hton->state != SHOW_OPTION_YES) in mysql_alter_tablespace()
141 hton= ha_default_handlerton(thd); in mysql_alter_tablespace()
146 ha_resolve_storage_engine_name(hton), in mysql_alter_tablespace()
154 ha_is_storage_engine_disabled(hton)) in mysql_alter_tablespace()
157 ha_resolve_storage_engine_name(hton)); in mysql_alter_tablespace()
168 if (hton->alter_tablespace) in mysql_alter_tablespace()
170 if ((error= hton->alter_tablespace(hton, thd, ts_info))) in mysql_alter_tablespace()
227 ha_resolve_storage_engine_name(hton), in mysql_alter_tablespace()
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/sql/
H A Dsql_tablespace.cc133 handlerton *hton= ts_info->storage_engine; in mysql_alter_tablespace() local
139 if (hton == NULL || hton->state != SHOW_OPTION_YES) in mysql_alter_tablespace()
141 hton= ha_default_handlerton(thd); in mysql_alter_tablespace()
146 ha_resolve_storage_engine_name(hton), in mysql_alter_tablespace()
154 ha_is_storage_engine_disabled(hton)) in mysql_alter_tablespace()
157 ha_resolve_storage_engine_name(hton)); in mysql_alter_tablespace()
168 if (hton->alter_tablespace) in mysql_alter_tablespace()
170 if ((error= hton->alter_tablespace(hton, thd, ts_info))) in mysql_alter_tablespace()
227 ha_resolve_storage_engine_name(hton), in mysql_alter_tablespace()
/dports/databases/xtrabackup/percona-xtrabackup-2.4.21/sql/
H A Dsql_tablespace.cc133 handlerton *hton= ts_info->storage_engine; in mysql_alter_tablespace() local
139 if (hton == NULL || hton->state != SHOW_OPTION_YES) in mysql_alter_tablespace()
141 hton= ha_default_handlerton(thd); in mysql_alter_tablespace()
146 ha_resolve_storage_engine_name(hton), in mysql_alter_tablespace()
154 ha_is_storage_engine_disabled(hton)) in mysql_alter_tablespace()
157 ha_resolve_storage_engine_name(hton)); in mysql_alter_tablespace()
168 if (hton->alter_tablespace) in mysql_alter_tablespace()
170 if ((error= hton->alter_tablespace(hton, thd, ts_info))) in mysql_alter_tablespace()
227 ha_resolve_storage_engine_name(hton), in mysql_alter_tablespace()
/dports/databases/mysql57-client/mysql-5.7.36/sql/
H A Dsql_tablespace.cc133 handlerton *hton= ts_info->storage_engine; in mysql_alter_tablespace() local
139 if (hton == NULL || hton->state != SHOW_OPTION_YES) in mysql_alter_tablespace()
141 hton= ha_default_handlerton(thd); in mysql_alter_tablespace()
146 ha_resolve_storage_engine_name(hton), in mysql_alter_tablespace()
154 ha_is_storage_engine_disabled(hton)) in mysql_alter_tablespace()
157 ha_resolve_storage_engine_name(hton)); in mysql_alter_tablespace()
168 if (hton->alter_tablespace) in mysql_alter_tablespace()
170 if ((error= hton->alter_tablespace(hton, thd, ts_info))) in mysql_alter_tablespace()
227 ha_resolve_storage_engine_name(hton), in mysql_alter_tablespace()

12345678910>>...60