calvin2021y
calvin2021y
when this called, the buf size is 0 and ptr is null.
llvm 18 will released soon, please consider add llvm 18 support. just try llvm18 build c/c++ projects, some bugs get fixed compare to llvm 17.0.6.
1.37.0-beta1 ```sh ldmd2 -betterC test1.d -I. -linkonce-templates ``` test1.d ```d import test2; @nogc nothrow: enum ARR = idupArray!(); extern(C) int main(int argc, char** argv){ return 0; } ``` test2.d ```d...
for task like this: ```SQL CREATE MODEL myspace.user_model(user_id: int, groups: list { type: int }) CREATE MODEL myspace.group_model(group_id: int, password: string, users: list { type: int }) ``` add user...
windows also build error. need add cmake option to disable "display" related build.
the join query keep return ```sh ERROR 2013 (HY000) at line 1: Lost connection to server during query ```
Is there a method to start rejoin "destroyed" state node without restart ? join query return: ```sh ERROR 1064 (42000) at line 1: cluster 'cluster3' already exists ``` after restart,...
Thanks for the tip. The cluster already setup, I will add `--logreplication` next time. I can not restart it now, every node start will take 1 hours to join. I...
I use the default config, with `buddy_path = ` set to empty ```sh + mysql -h mcc -P 9306 -e 'SHOW SETTINGS;' +--------------------------+-------------------------------------+ | Setting_name | Value | +--------------------------+-------------------------------------+ |...
I need c-api to serializer and unserializer for dynamic map.