Commit 726d84a
Async queries do not work with Embedded server
This is because mysql_send_query() client function is synchronous and waits
for results when connection is to Embedded server. So asynchronous support
via mysql_send_query() is not supported for Embedded server.
So do not allow to create asynchronous queries within Embedded server.1 parent 0eb1a0c commit 726d84a
2 files changed
+11
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2786 | 2786 | | |
2787 | 2787 | | |
2788 | 2788 | | |
| 2789 | + | |
| 2790 | + | |
| 2791 | + | |
| 2792 | + | |
| 2793 | + | |
2789 | 2794 | | |
2790 | 2795 | | |
2791 | 2796 | | |
| |||
3963 | 3968 | | |
3964 | 3969 | | |
3965 | 3970 | | |
| 3971 | + | |
| 3972 | + | |
| 3973 | + | |
| 3974 | + | |
| 3975 | + | |
3966 | 3976 | | |
3967 | 3977 | | |
3968 | 3978 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
731 | 731 | | |
732 | 732 | | |
733 | 733 | | |
734 | | - | |
735 | 734 | | |
736 | 735 | | |
737 | 736 | | |
| |||
905 | 904 | | |
906 | 905 | | |
907 | 906 | | |
| 907 | + | |
908 | 908 | | |
909 | 909 | | |
910 | 910 | | |
| |||
0 commit comments