Details
-
Bug
-
Status: Closed (View Workflow)
-
Minor
-
Resolution: Fixed
-
10.0.6
-
None
-
None
Description
If I run this script with a data source having many tables:
drop table if exists t1;
|
create table t1 engine=connect table_type=odbc connection='DSN=oraodbc;UID=system;PWD=manager' catfunc=Tables;
|
select * from t1;
|
it returns only the first 512 records.
The data source has actually more tables (about 8900 tables and views).
Attachments
Activity
Field | Original Value | New Value |
---|---|---|
Affects Version/s | 10.0.6 [ 13202 ] |
Fix Version/s | 10.0.7 [ 14100 ] |
Resolution | Fixed [ 1 ] | |
Status | Open [ 1 ] | Closed [ 6 ] |
Workflow | defaullt [ 30625 ] | MariaDB v2 [ 42732 ] |
Workflow | MariaDB v2 [ 42732 ] | MariaDB v3 [ 61724 ] |
Workflow | MariaDB v3 [ 61724 ] | MariaDB v4 [ 147302 ] |
This was a limit built into the code. I was raised to 16384.