We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 220d868 commit 7e42ce8Copy full SHA for 7e42ce8
pink/rondis/string/interpreted_code.cc
@@ -43,7 +43,7 @@ int initNdbCodeIncr(std::string *response,
43
code->add_const_reg(REG5, REG4, INCREMENT_VALUE);
44
code->int64_to_str(REG3, REG1, REG5); // Convert number to string
45
code->add_const_reg(REG2, REG3, NUM_LEN_BYTES); // New value_start length
46
- code->convert_size(REG3, REG0); // Write back length bytes in memory
+ code->write_size_mem(REG3, REG0); // Write back length bytes in memory
47
48
code->write_interpreter_output(REG5, OUTPUT_INDEX); // Write into output index 0
49
code->write_from_mem(value_start_col, REG6, REG2); // Write to column
0 commit comments