duckdb / duckdb_mysql

https://duckdb.org/docs/extensions/mysql
MIT License
55 stars 13 forks source link

IO Error: Failed to run query "START TRANSACTION": UDAL - Unknown command #82

Open zhangzhangyaa opened 2 months ago

zhangzhangyaa commented 2 months ago

What happens?

i want to use duckdb connect wrapped mysql called teledb, first attach , second use mysql_db, then it reported errors. does duckdb have a option do not exec "start transaction"?

To Reproduce

attach 'connection info' as mysql_db (type mysql); use mysql_db;

OS:

linux

MySQL Version:

5.7

DuckDB Version:

0.10.1

DuckDB Client:

cli

Full Name:

zhangzhang

Affiliation:

personal

Have you tried this on the latest main branch?

Have you tried the steps to reproduce? Do they include all relevant data and configuration? Does the issue you report still appear there?