Home
last modified time | relevance | path

Searched defs:mysql (Results 1 – 25 of 3229) sorted by relevance

12345678910>>...130

/dports/www/grafana8/xorm/
H A Ddialect_mysql.go164 type mysql struct { struct
165 core.Base
166 net string
167 addr string
169 loc *time.Location
170 timeout time.Duration
171 tls *tls.Config
172 allowAllFiles bool
173 allowOldPasswords bool
174 clientFoundRows bool
[all …]
/dports/www/gitea/gitea-1.16.5/vendor/xorm.io/xorm/dialects/
H A Dmysql.go173 type mysql struct { struct
174 Base
175 net string
176 addr string
178 loc *time.Location
179 timeout time.Duration
180 tls *tls.Config
181 allowAllFiles bool
182 allowOldPasswords bool
183 clientFoundRows bool
[all …]
/dports/security/vuls/vuls-0.13.7/vendor/github.com/jinzhu/gorm/
H A Ddialect_mysql.go16 type mysql struct { struct
17 commonDialect
24 func (mysql) GetName() string {
28 func (mysql) Quote(key string) string {
33 func (s *mysql) DataTypeOf(field *StructField) string {
172 func (s mysql) HasTable(tableName string) bool {
186 func (s mysql) HasIndex(tableName string, indexName string) bool {
196 func (s mysql) HasColumn(tableName string, columnName string) bool {
206 func (s mysql) CurrentDatabase() (name string) {
211 func (mysql) SelectFromDummyTable() string {
[all …]
/dports/security/go-cve-dictionary/go-cve-dictionary-0.5.5/vendor/github.com/jinzhu/gorm/
H A Ddialect_mysql.go16 type mysql struct { struct
17 commonDialect
24 func (mysql) GetName() string {
28 func (mysql) Quote(key string) string {
33 func (s *mysql) DataTypeOf(field *StructField) string {
172 func (s mysql) HasTable(tableName string) bool {
186 func (s mysql) HasIndex(tableName string, indexName string) bool {
196 func (s mysql) HasColumn(tableName string, columnName string) bool {
206 func (s mysql) CurrentDatabase() (name string) {
211 func (mysql) SelectFromDummyTable() string {
[all …]
/dports/audio/gonic/gonic-0.8.4/vendor/github.com/jinzhu/gorm/
H A Ddialect_mysql.go16 type mysql struct { struct
17 commonDialect
24 func (mysql) GetName() string {
28 func (mysql) Quote(key string) string {
33 func (s *mysql) DataTypeOf(field *StructField) string {
132 func (s mysql) RemoveIndex(tableName string, indexName string) error {
142 func (s mysql) LimitAndOffsetSQL(limit, offset interface{}) (sql string) {
157 func (s mysql) HasForeignKey(tableName string, foreignKeyName string) bool {
164 func (s mysql) CurrentDatabase() (name string) {
169 func (mysql) SelectFromDummyTable() string {
[all …]
/dports/databases/proftpd-mod_sql_sqlite/proftpd-1.3.7c/tests/t/etc/modules/mod_sql_odbc/
H A Dodbc.ini2 mysql = MySQL ODBC 5.3.4 Driver key
8 [mysql] section
13 Socket = /Users/tj/mysql/mysql.sock argument
14 Option = 3
15 Database = ftp
/dports/databases/proftpd-mod_sql_odbc/proftpd-1.3.7c/tests/t/etc/modules/mod_sql_odbc/
H A Dodbc.ini2 mysql = MySQL ODBC 5.3.4 Driver key
8 [mysql] section
13 Socket = /Users/tj/mysql/mysql.sock argument
14 Option = 3
15 Database = ftp
/dports/databases/proftpd-mod_sql_mysql/proftpd-1.3.7c/tests/t/etc/modules/mod_sql_odbc/
H A Dodbc.ini2 mysql = MySQL ODBC 5.3.4 Driver key
8 [mysql] section
13 Socket = /Users/tj/mysql/mysql.sock argument
14 Option = 3
15 Database = ftp
/dports/databases/proftpd-mod_sql_postgres/proftpd-1.3.7c/tests/t/etc/modules/mod_sql_odbc/
H A Dodbc.ini2 mysql = MySQL ODBC 5.3.4 Driver key
8 [mysql] section
13 Socket = /Users/tj/mysql/mysql.sock argument
14 Option = 3
15 Database = ftp
/dports/databases/proftpd-mod_sql_tds/proftpd-1.3.7c/tests/t/etc/modules/mod_sql_odbc/
H A Dodbc.ini2 mysql = MySQL ODBC 5.3.4 Driver key
8 [mysql] section
13 Socket = /Users/tj/mysql/mysql.sock argument
14 Option = 3
15 Database = ftp
/dports/net/proftpd-mod_ldap/proftpd-1.3.7c/tests/t/etc/modules/mod_sql_odbc/
H A Dodbc.ini2 mysql = MySQL ODBC 5.3.4 Driver key
8 [mysql] section
13 Socket = /Users/tj/mysql/mysql.sock argument
14 Option = 3
15 Database = ftp
/dports/security/proftpd-mod_clamav/proftpd-1.3.7c/tests/t/etc/modules/mod_sql_odbc/
H A Dodbc.ini2 mysql = MySQL ODBC 5.3.4 Driver key
8 [mysql] section
13 Socket = /Users/tj/mysql/mysql.sock argument
14 Option = 3
15 Database = ftp
/dports/ftp/proftpd/proftpd-1.3.7c/tests/t/etc/modules/mod_sql_odbc/
H A Dodbc.ini2 mysql = MySQL ODBC 5.3.4 Driver key
8 [mysql] section
13 Socket = /Users/tj/mysql/mysql.sock argument
14 Option = 3
15 Database = ftp
/dports/ftp/proftpd-mod_vroot/proftpd-1.3.7c/tests/t/etc/modules/mod_sql_odbc/
H A Dodbc.ini2 mysql = MySQL ODBC 5.3.4 Driver key
8 [mysql] section
13 Socket = /Users/tj/mysql/mysql.sock argument
14 Option = 3
15 Database = ftp
/dports/databases/mariadb105-client/mariadb-10.5.15/libmariadb/unittest/libmariadb/
H A Dconnection.c32 MYSQL *mysql= mysql_init(NULL); in test_conc66() local
611 int test_conc21(MYSQL *mysql) in test_conc21()
642 MYSQL *mysql= mysql_init(NULL); in test_conc26() local
684 MYSQL *mysql; in test_connection_timeout2() local
783 MYSQL *mysql; in test_wrong_bind_address() local
808 MYSQL *mysql; in test_bind_address() local
1385 MYSQL *mysql; in test_expired_pw() local
1465 MYSQL *mysql; in test_conc317() local
1507 MYSQL *mysql; in test_conc327() local
1660 MYSQL *mysql; in test_conc312() local
[all …]
H A Dbasic-t.c36 MYSQL *mysql; in test_conc75() local
82 MYSQL *mysql; in test_conc74() local
116 MYSQL *mysql; in test_conc71() local
146 MYSQL *mysql; in test_conc70() local
211 MYSQL *mysql; in test_conc68() local
321 int client_query(MYSQL *mysql) { in client_query()
670 static int bug_conc1(MYSQL *mysql) in bug_conc1()
682 MYSQL *mysql= mysql_init(NULL); in test_options_initcmd() local
708 MYSQL *mysql= mysql_init(NULL); in test_extended_init_values() local
724 MYSQL *mysql; in test_reconnect_maxpackage() local
[all …]
H A Dmisc.c37 static int test_bug28075(MYSQL *mysql) in test_bug28075()
58 static int test_bug28505(MYSQL *mysql) in test_bug28505()
83 static int test_bug29692(MYSQL *mysql) in test_bug29692()
101 MYSQL *mysql; in bug31418_impl() local
954 MYSQL *mysql; in test_connect_attrs() local
1115 MYSQL *mysql; in test_remote2() local
1138 MYSQL *mysql; in test_mdev12965() local
1404 MYSQL *mysql= mysql_init(NULL); in test_conc384() local
1424 MYSQL *mysql; in test_conc395() local
1463 MYSQL *mysql; in test_sslenforce() local
[all …]
/dports/databases/mariadb104-server/mariadb-10.4.24/libmariadb/unittest/libmariadb/
H A Dconnection.c32 MYSQL *mysql= mysql_init(NULL); in test_conc66() local
611 int test_conc21(MYSQL *mysql) in test_conc21()
642 MYSQL *mysql= mysql_init(NULL); in test_conc26() local
684 MYSQL *mysql; in test_connection_timeout2() local
783 MYSQL *mysql; in test_wrong_bind_address() local
808 MYSQL *mysql; in test_bind_address() local
1385 MYSQL *mysql; in test_expired_pw() local
1465 MYSQL *mysql; in test_conc317() local
1507 MYSQL *mysql; in test_conc327() local
1660 MYSQL *mysql; in test_conc312() local
[all …]
H A Dbasic-t.c36 MYSQL *mysql; in test_conc75() local
82 MYSQL *mysql; in test_conc74() local
116 MYSQL *mysql; in test_conc71() local
146 MYSQL *mysql; in test_conc70() local
211 MYSQL *mysql; in test_conc68() local
321 int client_query(MYSQL *mysql) { in client_query()
670 static int bug_conc1(MYSQL *mysql) in bug_conc1()
682 MYSQL *mysql= mysql_init(NULL); in test_options_initcmd() local
708 MYSQL *mysql= mysql_init(NULL); in test_extended_init_values() local
724 MYSQL *mysql; in test_reconnect_maxpackage() local
[all …]
/dports/databases/mariadb104-client/mariadb-10.4.24/libmariadb/unittest/libmariadb/
H A Dconnection.c32 MYSQL *mysql= mysql_init(NULL); in test_conc66() local
611 int test_conc21(MYSQL *mysql) in test_conc21()
642 MYSQL *mysql= mysql_init(NULL); in test_conc26() local
684 MYSQL *mysql; in test_connection_timeout2() local
783 MYSQL *mysql; in test_wrong_bind_address() local
808 MYSQL *mysql; in test_bind_address() local
1385 MYSQL *mysql; in test_expired_pw() local
1465 MYSQL *mysql; in test_conc317() local
1507 MYSQL *mysql; in test_conc327() local
1660 MYSQL *mysql; in test_conc312() local
[all …]
H A Dbasic-t.c36 MYSQL *mysql; in test_conc75() local
82 MYSQL *mysql; in test_conc74() local
116 MYSQL *mysql; in test_conc71() local
146 MYSQL *mysql; in test_conc70() local
211 MYSQL *mysql; in test_conc68() local
321 int client_query(MYSQL *mysql) { in client_query()
670 static int bug_conc1(MYSQL *mysql) in bug_conc1()
682 MYSQL *mysql= mysql_init(NULL); in test_options_initcmd() local
708 MYSQL *mysql= mysql_init(NULL); in test_extended_init_values() local
724 MYSQL *mysql; in test_reconnect_maxpackage() local
[all …]
H A Dmisc.c37 static int test_bug28075(MYSQL *mysql) in test_bug28075()
58 static int test_bug28505(MYSQL *mysql) in test_bug28505()
83 static int test_bug29692(MYSQL *mysql) in test_bug29692()
101 MYSQL *mysql; in bug31418_impl() local
954 MYSQL *mysql; in test_connect_attrs() local
1115 MYSQL *mysql; in test_remote2() local
1138 MYSQL *mysql; in test_mdev12965() local
1404 MYSQL *mysql= mysql_init(NULL); in test_conc384() local
1424 MYSQL *mysql; in test_conc395() local
1463 MYSQL *mysql; in test_sslenforce() local
[all …]
/dports/databases/mariadb105-server/mariadb-10.5.15/libmariadb/unittest/libmariadb/
H A Dconnection.c32 MYSQL *mysql= mysql_init(NULL); in test_conc66() local
611 int test_conc21(MYSQL *mysql) in test_conc21()
642 MYSQL *mysql= mysql_init(NULL); in test_conc26() local
684 MYSQL *mysql; in test_connection_timeout2() local
783 MYSQL *mysql; in test_wrong_bind_address() local
808 MYSQL *mysql; in test_bind_address() local
1385 MYSQL *mysql; in test_expired_pw() local
1465 MYSQL *mysql; in test_conc317() local
1507 MYSQL *mysql; in test_conc327() local
1660 MYSQL *mysql; in test_conc312() local
[all …]
H A Dbasic-t.c36 MYSQL *mysql; in test_conc75() local
82 MYSQL *mysql; in test_conc74() local
116 MYSQL *mysql; in test_conc71() local
146 MYSQL *mysql; in test_conc70() local
211 MYSQL *mysql; in test_conc68() local
321 int client_query(MYSQL *mysql) { in client_query()
670 static int bug_conc1(MYSQL *mysql) in bug_conc1()
682 MYSQL *mysql= mysql_init(NULL); in test_options_initcmd() local
708 MYSQL *mysql= mysql_init(NULL); in test_extended_init_values() local
724 MYSQL *mysql; in test_reconnect_maxpackage() local
[all …]
/dports/databases/mariadb-connector-c/mariadb-connector-c-3.2.4-src/unittest/libmariadb/
H A Dmisc.c37 static int test_bug28075(MYSQL *mysql) in test_bug28075()
58 static int test_bug28505(MYSQL *mysql) in test_bug28505()
83 static int test_bug29692(MYSQL *mysql) in test_bug29692()
101 MYSQL *mysql; in bug31418_impl() local
957 MYSQL *mysql; in test_connect_attrs() local
1116 MYSQL *mysql; in test_remote2() local
1138 MYSQL *mysql; in test_mdev12965() local
1404 MYSQL *mysql= mysql_init(NULL); in test_conc384() local
1424 MYSQL *mysql; in test_conc395() local
1463 MYSQL *mysql; in test_sslenforce() local
[all …]

12345678910>>...130