lefred / mysql-component-uuid_v7

MySQL Component to generate UUID_v7
GNU General Public License v2.0
12 stars 0 forks source link

Instruction needed #1

Closed iGrog closed 1 year ago

iGrog commented 1 year ago

Hi Thank you for you component. It seems to be right I need to add uuidv7 to mysql 8.

However, I'm not a C developer, could you please provide how to compile this component from the scratch? I tried to run cmake but got the following errors:

CMake Error at CMakeLists.txt:24 (DISABLE_MISSING_PROFILE_WARNING):
  Unknown CMake command "DISABLE_MISSING_PROFILE_WARNING".

CMake Error at CMakeLists.txt:28 (MYSQL_ADD_COMPONENT):
  Unknown CMake command "MYSQL_ADD_COMPONENT".

I'm missing some stuff. :) Could you please help? Using Linux Ubuntu/Debian

lefred commented 1 year ago

Hi, sorry for the late reply, were you able to compile it ?

iGrog commented 1 year ago

Hi, not really. But I solved this to create same function in MySQL SQL :)