[MDEV-20908] "use multi=True" on mysqldbimport from a stored procedure with a loop? Created: 2019-10-28 Updated: 2019-10-28 |
|
| Status: | Open |
| Project: | MariaDB Server |
| Component/s: | Data Definition - Procedure |
| Affects Version/s: | 10.1 |
| Fix Version/s: | None |
| Type: | Bug | Priority: | Major |
| Reporter: | Jan | Assignee: | Unassigned |
| Resolution: | Unresolved | Votes: | 0 |
| Labels: | Compatibility | ||
| Environment: |
Debian Stretch, most current Version |
||
| Description |
|
This is suggested to me by the tool `mysqldbimport`, but if I attach --multi=True then it is from itself: `option --multiprocess: invalid integer value: 'True'` 1. what does it mean to "use" multi=True ? I don't think an SQL statement is that... Thank you very much for the feedback. |
| Comments |
| Comment by Jan [ 2019-10-28 ] |
|
to set `SET multi = 1;` in SQL does also not work: "Unknown system variable" |
| Comment by Jan [ 2019-10-28 ] |
|
'to set `SET multi = 1;` in SQL does also not work: "Unknown system variable"' SET multi=true does also not work! |