mariadb/storage/tokudb
Sergei Golubchik 0a6343909f ensure that STRING_WITH_LEN is only used with string literals
This is allowed:

  STRING_WITH_LEN("string literal")

This is not:

  char *str = "pointer to string";
  ... STRING_WITH_LEN(str) ..

In C++ this is also allowed:

  const char str[] = "string literal";
  ... STRING_WITH_LEN(str) ...
2023-04-01 22:31:30 +02:00
..
doc
man Merge branch '10.3' into 10.4 2020-02-11 14:40:35 +01:00
mysql-test Merge 10.3 into 10.4 2022-12-13 11:37:33 +02:00
PerconaFT ensure that STRING_WITH_LEN is only used with string literals 2023-04-01 22:31:30 +02:00
tests 5.6.45-86.1 2019-10-30 11:15:05 +01:00
tools
.clang-format 5.6.43-84.3 2019-04-26 17:02:15 +02:00
CMakeLists.txt MDEV-22522 RPM packages have meaningless summary/description 2021-11-23 11:29:24 +07:00
ha_tokudb.cc Merge branch '10.3' into 10.4 2021-07-31 22:59:58 +02:00
ha_tokudb.h MDEV-21794: Optimizer flag rowid_filter leads to long query 2020-05-07 12:27:17 +02:00
ha_tokudb_admin.cc Update FSF Address 2019-05-11 21:29:06 +03:00
ha_tokudb_alter_55.cc Update FSF Address 2019-05-11 21:29:06 +03:00
ha_tokudb_alter_56.cc NFC: refactor Field::is_equal() and related stuff 2019-06-22 14:09:12 +03:00
ha_tokudb_alter_common.cc Update FSF Address 2019-05-11 21:29:06 +03:00
ha_tokudb_mrr_maria.cc Update FSF Address 2019-05-11 21:29:06 +03:00
ha_tokudb_mrr_mysql.cc Update FSF Address 2019-05-11 21:29:06 +03:00
ha_tokudb_update.cc Update FSF Address 2019-05-11 21:29:06 +03:00
hatoku_cmp.cc Merge branch '10.2' into 10.3 2019-10-31 10:58:06 +01:00
hatoku_cmp.h Update FSF Address 2019-05-11 21:29:06 +03:00
hatoku_defines.h Update FSF Address 2019-05-11 21:29:06 +03:00
hatoku_hton.cc Merge 10.3 into 10.4 2022-12-13 11:37:33 +02:00
hatoku_hton.h Update FSF Address 2019-05-11 21:29:06 +03:00
tokudb.cnf.in
tokudb.conf.in
tokudb_background.cc 5.6.43-84.3 2019-04-26 17:02:15 +02:00
tokudb_background.h
tokudb_buffer.h 5.6.45-86.1 2019-10-30 11:15:05 +01:00
tokudb_card.h Update FSF Address 2019-05-11 21:29:06 +03:00
tokudb_debug.h
tokudb_dir_cmd.cc
tokudb_dir_cmd.h
tokudb_information_schema.cc
tokudb_information_schema.h
tokudb_math.h 5.6.45-86.1 2019-10-30 11:15:05 +01:00
tokudb_memory.h
tokudb_status.h 5.6.46-86.2 2020-01-19 14:08:35 +01:00
tokudb_sysvars.cc 5.6.43-84.3 2019-04-26 17:02:15 +02:00
tokudb_sysvars.h 5.6.43-84.3 2019-04-26 17:02:15 +02:00
tokudb_thread.cc
tokudb_thread.h Merge branch '10.2' into 10.3 2018-09-28 16:37:06 +02:00
tokudb_time.h
tokudb_txn.h
tokudb_update_fun.cc Update FSF Address 2019-05-11 21:29:06 +03:00
tokudb_vlq.h Update FSF Address 2019-05-11 21:29:06 +03:00