mariadb/storage/tokudb/PerconaFT/portability
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
..
tests
CMakeLists.txt 5.6.45-86.1 2019-10-30 11:15:05 +01:00
file.cc
huge_page_detection.cc
memory.cc 5.6.44-86.0 2019-07-26 08:48:46 +02:00
memory.h 5.6.44-86.0 2019-07-26 08:48:46 +02:00
os_malloc.cc
portability.cc Merge branch 'merge-tokudb-5.6' into 10.1 2020-04-30 18:56:55 +02:00
toku_assert.cc
toku_assert.h 5.6.41-84.1 2018-09-03 16:29:29 +02:00
toku_atomic.h 5.6.44-86.0 2019-07-26 08:48:46 +02:00
toku_byteswap.h
toku_config.h.in
toku_crash.cc Enable C++11 2018-09-09 10:05:56 +04:00
toku_crash.h
toku_debug_sync.h ensure that STRING_WITH_LEN is only used with string literals 2023-04-01 22:31:30 +02:00
toku_htod.h
toku_htonl.h
toku_instr_mysql.cc Merge branch 'merge-tokudb-5.6' into 10.1 2020-01-19 14:37:25 +01:00
toku_instr_mysql.h 5.6.43-84.3 2019-04-26 17:02:15 +02:00
toku_instrumentation.h 5.6.44-86.0 2019-07-26 08:48:46 +02:00
toku_list.h
toku_os.h
toku_os_types.h
toku_path.cc
toku_path.h
toku_portability.h Merge branch '10.2' into 10.3 2019-07-26 22:42:35 +02:00
toku_pthread.cc fix depricated pthread_yield() for tokudb 2021-10-28 12:24:31 +02:00
toku_pthread.h Merge branch 'merge-tokudb-5.6' into 10.1 2019-07-26 10:48:12 +02:00
toku_race_tools.h Merge branch 'merge-tokudb-5.6' into 10.1 2019-07-26 10:48:12 +02:00
toku_random.h
toku_stdint.h
toku_stdlib.h
toku_time.cc 5.6.44-86.0 2019-07-26 08:48:46 +02:00
toku_time.h 5.6.44-86.0 2019-07-26 08:48:46 +02:00