You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
================== C compilation error (from cc): ==============
cc: ^
cc: /tmp/v_501/mysql.01J5RP27RW6P5HHEWPQCPD9YSY.tmp.c:19263:43: error: use of undeclared identifier 'REFRESH_HOSTS'
cc: _const_db__mysql__refresh_hosts = ((u32)(REFRESH_HOSTS));
cc: ^
cc: /tmp/v_501/mysql.01J5RP27RW6P5HHEWPQCPD9YSY.tmp.c:19265:45: error: use of undeclared identifier 'REFRESH_THREADS'
cc: _const_db__mysql__refresh_threads = ((u32)(REFRESH_THREADS));
cc: ^
cc: /tmp/v_501/mysql.01J5RP27RW6P5HHEWPQCPD9YSY.tmp.c:19266:43: error: use of undeclared identifier 'REFRESH_SLAVE'
cc: _const_db__mysql__refresh_slave = ((u32)(REFRESH_SLAVE));
cc: ^
cc: /tmp/v_501/mysql.01J5RP27RW6P5HHEWPQCPD9YSY.tmp.c:19267:44: error: use of undeclared identifier 'REFRESH_MASTER'
cc: _const_db__mysql__refresh_master = ((u32)(REFRESH_MASTER));
... (the original output was 235 lines long, and was truncated to 12 lines)
================================================================
(You can pass `-cg`, or `-show-c-output` as well, to print all the C error messages).
builder error:
==================
C error found. It should never happen, when compiling pure V code.
This is a V compiler bug, please report it using `v bug file.v`,
or goto https://github.com/vlang/v/issues/new/choose .
You can also use #help on Discord: https://discord.gg/vlang .
Note
You can use the 👍 reaction to increase the issue's priority for developers.
Please note that only the 👍 reaction to the issue itself counts as a vote.
Other reactions and those to comments will not be taken into account.
V doctor:
What did you do?
./v -g -o vdbg cmd/v && ./vdbg mysql.vWhat did you expect to see?
connection
What did you see instead?
Note
You can use the 👍 reaction to increase the issue's priority for developers.
Please note that only the 👍 reaction to the issue itself counts as a vote.
Other reactions and those to comments will not be taken into account.